Home | History | Annotate | Download | only in android

Lines Matching refs:st

65  * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
67 void ASurfaceTexture_release(ASurfaceTexture* st);
73 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
76 * returned if \st is null or if it's not an instance of android.graphics.SurfaceTexture
78 ANativeWindow* ASurfaceTexture_acquireANativeWindow(ASurfaceTexture* st);
90 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
95 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName);
108 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
111 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st);
118 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
121 int ASurfaceTexture_updateTexImage(ASurfaceTexture* st);
135 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
139 void ASurfaceTexture_getTransformMatrix(ASurfaceTexture* st, float mtx[16]);
156 * \param st A ASurfaceTexture reference acquired with ASurfaceTexture_fromSurfaceTexture()
158 int64_t ASurfaceTexture_getTimestamp(ASurfaceTexture* st);