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

1 2

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 42 glDeleteVertexArraysOES = 0;
91 glDeleteVertexArraysOES = (PFNGLDELETEVERTEXARRAYSOES) PVRGetProcAddress(glDeleteVertexArraysOES);
PVRTgles2Ext.h 153 PFNGLDELETEVERTEXARRAYSOES glDeleteVertexArraysOES;
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 162 static void glDeleteVertexArraysOES(GLsizei, const GLuint*) {
426 glDeleteVertexArraysOES = ::glDeleteVertexArraysOES;
GLESv3.cpp 546 glDeleteVertexArraysOES = glDeleteVertexArrays;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 249 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
gl_client_context.h 269 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES;
gl_client_context.cpp 269 glDeleteVertexArraysOES = (glDeleteVertexArraysOES_client_proc_t) getProc("glDeleteVertexArraysOES", userData);
gl_entry.cpp 264 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /device/generic/goldfish-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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 69 glDeleteVertexArraysOES;
gles3.lds 91 glDeleteVertexArraysOES;
gles1_wrapper_context.h 269 glDeleteVertexArraysOES_wrapper_proc_t glDeleteVertexArraysOES;
gles3_wrapper_context.h 168 glDeleteVertexArraysOES_wrapper_proc_t glDeleteVertexArraysOES;
gles1_wrapper_context.cpp 269 glDeleteVertexArraysOES = (glDeleteVertexArraysOES_wrapper_proc_t) getProc("glDeleteVertexArraysOES", userData);
gles3_wrapper_context.cpp 168 glDeleteVertexArraysOES = (glDeleteVertexArraysOES_wrapper_proc_t) getProc("glDeleteVertexArraysOES", userData);
    [all...]
gles1_wrapper_entry.cpp 264 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
gles3_wrapper_entry.cpp 163 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 166 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
gl2_client_context.h 168 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES;
gl2_client_context.cpp 168 glDeleteVertexArraysOES = (glDeleteVertexArraysOES_client_proc_t) getProc("glDeleteVertexArraysOES", userData);
    [all...]
gl2_entry.cpp 163 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h 496 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]

Completed in 79 milliseconds

1 2