Home
last modified time | relevance | path

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

/frameworks/native/include/android/
Dsurface_texture.h52 struct ASurfaceTexture;
60 typedef struct ASurfaceTexture ASurfaceTexture; typedef
73 void ASurfaceTexture_release(ASurfaceTexture* st) __INTRODUCED_IN(28);
86 ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st) __INTRODUCED_IN(28);
105 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName) __INTRODUCED_IN(28);
123 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st) __INTRODUCED_IN(28);
135 int ASurfaceTexture_updateTexImage(ASurfaceTexture* st) __INTRODUCED_IN(28);
155 void ASurfaceTexture_getTransformMatrix(ASurfaceTexture* st, float mtx[16]) __INTRODUCED_IN(28);
176 int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) __INTRODUCED_IN(28);
Dsurface_texture_jni.h53 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) __INTRODUC…
/frameworks/base/native/android/
Dsurface_texture.cpp32 struct ASurfaceTexture { struct
37 ASurfaceTexture* ASurfaceTexture_fromSurfaceTexture(JNIEnv* env, jobject surfacetexture) { in ASurfaceTexture_fromSurfaceTexture() argument
41 ASurfaceTexture* ast = new ASurfaceTexture; in ASurfaceTexture_fromSurfaceTexture()
47 ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st) { in ASurfaceTexture_acquireANativeWindow()
54 void ASurfaceTexture_release(ASurfaceTexture* st) { in ASurfaceTexture_release()
58 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t tex) { in ASurfaceTexture_attachToGLContext()
62 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st) { in ASurfaceTexture_detachFromGLContext()
66 int ASurfaceTexture_updateTexImage(ASurfaceTexture* st) { in ASurfaceTexture_updateTexImage()
70 void ASurfaceTexture_getTransformMatrix(ASurfaceTexture* st, float mtx[16]) { in ASurfaceTexture_getTransformMatrix()
74 int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st) { in ASurfaceTexture_getTimestamp()