Home
last modified time | relevance | path

Searched refs:SurfaceTexture_getSurfaceTexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp103 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture() function
112 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in android_SurfaceTexture_getNativeWindow()
285 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_finalize()
294 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_setDefaultBufferSize()
300 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_updateTexImage()
312 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_releaseTexImage()
324 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_detachFromGLContext()
330 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_attachToGLContext()
337 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_getTransformMatrix()
345 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_getTimestamp()
[all …]
/frameworks/base/include/android_runtime/
Dandroid_graphics_SurfaceTexture.h33 extern sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz);
/frameworks/base/core/jni/
Dandroid_view_HardwareLayer.cpp72 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, surface)); in android_view_HardwareLayer_setSurfaceTexture()