am 94998c9c: Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-dev
* commit '94998c9c4e19d5b439228646f1b283201367b7a0': SurfaceTexture: remove call to doGLFenceWait
This commit is contained in:
@@ -223,10 +223,6 @@ static void SurfaceTexture_updateTexImage(JNIEnv* env, jobject thiz)
|
|||||||
} else if (err < 0) {
|
} else if (err < 0) {
|
||||||
jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
|
jniThrowRuntimeException(env, "Error during updateTexImage (see logcat for details)");
|
||||||
}
|
}
|
||||||
err = surfaceTexture->doGLFenceWait();
|
|
||||||
if (err != NO_ERROR) {
|
|
||||||
jniThrowRuntimeException(env, "Error waiting for fence (see logcat for details)");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static jint SurfaceTexture_detachFromGLContext(JNIEnv* env, jobject thiz)
|
static jint SurfaceTexture_detachFromGLContext(JNIEnv* env, jobject thiz)
|
||||||
|
|||||||
Reference in New Issue
Block a user