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.cpp125 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture() function
134 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in android_SurfaceTexture_getNativeWindow()
309 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_finalize()
318 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_setDefaultBufferSize()
324 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_updateTexImage()
336 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_releaseTexImage()
348 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_detachFromGLContext()
354 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_attachToGLContext()
361 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_getTransformMatrix()
369 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, thiz)); in SurfaceTexture_getTimestamp()
[all …]
/frameworks/base/core/jni/include/android_runtime/
Dandroid_graphics_SurfaceTexture.h33 extern sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz);
/frameworks/base/core/jni/
Dandroid_view_HardwareLayer.cpp71 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, surface)); in android_view_HardwareLayer_setSurfaceTexture()