Home
last modified time | relevance | path

Searched refs:glBindVertexArrayOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9
DlibGLESv1_CM.map.txt11 glBindVertexArrayOES; # introduced-mips=9 introduced-x86=9
DlibGLESv3.map.txt20 glBindVertexArrayOES;
Dentries.in33 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in274 void API_ENTRY(glBindVertexArrayOES)(GLuint array) {
275 CALL_GL_API(glBindVertexArrayOES, array);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h49 #define glBindVertexArrayOES wrap_glBindVertexArrayOES macro
Dgles_undefine.h49 #undef glBindVertexArrayOES
Dgles_stubs.in1252 void API_ENTRY(glBindVertexArrayOES)(GLuint array) {
1253 CALL_GL_API(glBindVertexArrayOES, array);
Dgles_decls.in418 GL_ENTRY(void, glBindVertexArrayOES, GLuint array)
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in178 void API_ENTRY(glBindVertexArrayOES)(GLuint array) {
179 CALL_GL_API(glBindVertexArrayOES, array);
/frameworks/native/opengl/include/GLES/
Dglext.h920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h738 GL_APICALL void GL_APIENTRY glBindVertexArrayOES (GLuint array);