Searched refs:glBindVertexArrayOES (Results 1 – 19 of 19) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9
|
D | libGLESv1_CM.map.txt | 11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9
|
D | libGLESv3.map.txt | 20 glBindVertexArrayOES;
|
D | entries_gles1.in | 9 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
D | entries.in | 33 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 308 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindVertexArrayOES); in init_stub_library()
|
D | stubs_arm.cc | 28 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 308 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindVertexArrayOES); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 274 void API_ENTRY(glBindVertexArrayOES)(GLuint array) { 275 CALL_GL_API(glBindVertexArrayOES, array);
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 895 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArrayOES); in init_stub_library()
|
D | stubs_arm64.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 895 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArrayOES); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 895 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArrayOES); in init_stub_library()
|
D | stubs_arm.cc | 47 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArrayOES); 895 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArrayOES); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 49 #define glBindVertexArrayOES wrap_glBindVertexArrayOES macro
|
D | gles_undefine.h | 49 #undef glBindVertexArrayOES
|
D | gles_stubs.in | 1249 void API_ENTRY(glBindVertexArrayOES)(GLuint array) { 1250 CALL_GL_API(glBindVertexArrayOES, array);
|
D | gles_decls.in | 417 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 495 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 181 void API_ENTRY(glBindVertexArrayOES)(GLuint array) { 182 CALL_GL_API(glBindVertexArrayOES, array);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 746 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);
|