Searched refs:glExtGetBufferPointervQCOM (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 64 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 80 glExtGetBufferPointervQCOM; # introduced-mips=9 introduced-x86=9
|
D | entries_gles1.in | 80 GL_ENTRY(void, glExtGetBufferPointervQCOM, GLenum target, void **params)
|
D | entries.in | 250 GL_ENTRY(void, glExtGetBufferPointervQCOM, GLenum target, void **params)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 377 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
D | stubs_arm.cc | 97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 377 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 442 void API_ENTRY(glExtGetBufferPointervQCOM)(GLenum target, void **params) { 443 CALL_GL_API(glExtGetBufferPointervQCOM, target, params);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
D | stubs_arm64.cc | 227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
D | stubs_arm.cc | 227 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glExtGetBufferPointervQCOM); 1075 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glExtGetBufferPointervQCOM); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 250 #define glExtGetBufferPointervQCOM wrap_glExtGetBufferPointervQCOM macro
|
D | gles_undefine.h | 249 #undef glExtGetBufferPointervQCOM
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 874 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1435 void API_ENTRY(glExtGetBufferPointervQCOM)(GLenum target, void **params) { 1436 CALL_GL_API(glExtGetBufferPointervQCOM, target, params);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3506 GL_APICALL void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
|