Home
last modified time | relevance | path

Searched refs:glIsTextureHandleResidentNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc466 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTextureHandleResidentNV);
1314 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTextureHandleResidentNV); in init_stub_library()
Dstubs_arm64.cc466 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTextureHandleResidentNV);
1314 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsTextureHandleResidentNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc466 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTextureHandleResidentNV);
1314 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTextureHandleResidentNV); in init_stub_library()
Dstubs_arm.cc466 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsTextureHandleResidentNV);
1314 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsTextureHandleResidentNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h507 #define glIsTextureHandleResidentNV wrap_glIsTextureHandleResidentNV macro
Dgles_undefine.h506 #undef glIsTextureHandleResidentNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in889 GLboolean API_ENTRY(glIsTextureHandleResidentNV)(GLuint64 handle) {
890 CALL_GL_API_RETURN(glIsTextureHandleResidentNV, handle);
/frameworks/native/opengl/libs/
Dentries.in529 GL_ENTRY(GLboolean, glIsTextureHandleResidentNV, GLuint64 handle)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2438 GL_APICALL GLboolean GL_APIENTRY glIsTextureHandleResidentNV (GLuint64 handle);