HomeSort by relevance Sort by last modified time
    Searched refs:glDeleteVertexArraysOES (Results 1 - 12 of 12) sorted by null

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 256 {"glDeleteVertexArraysOES", (void *)glDeleteVertexArraysOES},
gles_dispatch.h 259 glDeleteVertexArraysOES_t glDeleteVertexArraysOES;
    [all...]
gles.cpp 1236 void glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays)
1238 getDispatch()->glDeleteVertexArraysOES(n, arrays);
    [all...]
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 259 glDeleteVertexArraysOES_t glDeleteVertexArraysOES;
GLDispatch.cpp 282 s_gl.glDeleteVertexArraysOES = (glDeleteVertexArraysOES_t) s_gles_lib->findSymbol("glDeleteVertexArraysOES");
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h 614 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 524 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2ext.h 535 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h     [all...]
  /frameworks/base/opengl/include/GLES/
glext.h     [all...]
  /frameworks/base/opengl/libs/
glesv2dbg_functions.h 75 GL_ENTRY(void, glDeleteVertexArraysOES, GLsizei n, const GLuint *arrays)

Completed in 330 milliseconds