Home
last modified time | relevance | path

Searched refs:glExtGetBufferPointervQCOM (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt64 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9
DlibGLESv1_CM.map.txt80 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9
Dentries_gles1.in80 GL_ENTRY(void, glExtGetBufferPointervQCOM, GLenum target, void **params)
Dentries.in250 GL_ENTRY(void, glExtGetBufferPointervQCOM, GLenum target, void **params)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
377 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBufferPointervQCOM); in init_stub_library()
Dstubs_arm.cc97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
377 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBufferPointervQCOM); in init_stub_library()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in442 void API_ENTRY(glExtGetBufferPointervQCOM)(GLenum target, void **params) {
443 CALL_GL_API(glExtGetBufferPointervQCOM, target, params);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBufferPointervQCOM); in init_stub_library()
Dstubs_arm64.cc227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBufferPointervQCOM); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBufferPointervQCOM); in init_stub_library()
Dstubs_arm.cc227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM);
1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBufferPointervQCOM); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h250 #define glExtGetBufferPointervQCOM wrap_glExtGetBufferPointervQCOM macro
Dgles_undefine.h249 #undef glExtGetBufferPointervQCOM
/frameworks/native/opengl/include/GLES/
Dglext.h874 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1435 void API_ENTRY(glExtGetBufferPointervQCOM)(GLenum target, void **params) {
1436 CALL_GL_API(glExtGetBufferPointervQCOM, target, params);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3506 GL_APICALL void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);