Home
last modified time | relevance | path

Searched refs:ASurfaceTexture_attachToGLContext (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/android/
Dsurface_texture.h105 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName) __INTRODUCED_IN(28);
/frameworks/base/native/android/
Dsurface_texture.cpp26 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t texName) { in ASurfaceTexture_attachToGLContext() function
Dlibandroid.map.txt221 ASurfaceTexture_attachToGLContext; # introduced=28
/frameworks/native/libs/nativedisplay/surfacetexture/
Dsurface_texture.cpp130 int ASurfaceTexture_attachToGLContext(ASurfaceTexture* st, uint32_t tex) { in ASurfaceTexture_attachToGLContext() function
157 return ASurfaceTexture_attachToGLContext(st, texName); in ASurfaceTexture_routeAttachToGLContext()
/frameworks/native/libs/nativedisplay/
Dlibnativedisplay.map.txt59 ASurfaceTexture_attachToGLContext;
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc251 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_attachToGLContext);
530 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_attachToGLContext); in init_stub_library()
Dstubs_arm64.cc251 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ASurfaceTexture_attachToGLContext);
530 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", ASurfaceTexture_attachToGLContext); in init_stub_library()