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

1 2 3 4 5 6 7 8 9

  /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/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);
  /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/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...]
  /development/ndk/platforms/android-9/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 174 #define glDeleteVertexArraysOES wrap_glDeleteVertexArraysOES
    [all...]
gles_undefine.h 174 #undef glDeleteVertexArraysOES
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]

Completed in 657 milliseconds

1 2 3 4 5 6 7 8 9