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

1 2 3 4 5 6

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 166 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
gl2_client_context.h 166 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES;
gl2_client_context.cpp 168 glDeleteVertexArraysOES = (glDeleteVertexArraysOES_client_proc_t) getProc("glDeleteVertexArraysOES", userData);
gl2_entry.cpp 164 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 249 {"glDeleteVertexArraysOES", (void*)glDeleteVertexArraysOES},
gl_client_context.h 267 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...]
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 100 glDeleteVertexArraysOES = 72;
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 532 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6