Searched refs:SurfaceTexture_getSurfaceTexture (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 125 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/ |
D | android_graphics_SurfaceTexture.h | 33 extern sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz);
|
/frameworks/base/native/android/ |
D | surface_texture.cpp | 41 ast->consumer = SurfaceTexture_getSurfaceTexture(env, surfacetexture); in ASurfaceTexture_fromSurfaceTexture()
|
/frameworks/base/core/jni/ |
D | android_view_TextureLayer.cpp | 71 sp<GLConsumer> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, surface)); in TextureLayer_setSurfaceTexture()
|