Searched refs:SurfaceTexture_getSurfaceTexture (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 103 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/ |
D | android_graphics_SurfaceTexture.h | 33 extern sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz);
|
/frameworks/base/core/jni/ |
D | android_view_HardwareLayer.cpp | 72 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, surface)); in android_view_HardwareLayer_setSurfaceTexture()
|