HomeSort by relevance Sort by last modified time
    Searched refs:glDeleteVertexArraysOES (Results 1 - 25 of 138) 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;
    [all...]
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;
    [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...]
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager.cc 114 glDeleteVertexArraysOES(1, &service_id_);
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 50 functions->fDeleteVertexArrays = glDeleteVertexArraysOES;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 148 functions->fDeleteVertexArrays = glDeleteVertexArraysOES;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 148 functions->fDeleteVertexArrays = glDeleteVertexArraysOES;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 180 #define glDeleteVertexArraysOES GLES2_GET_FUN(DeleteVertexArraysOES)
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 56 functions->fDeleteVertexArrays = glDeleteVertexArraysOES;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 56 functions->fDeleteVertexArrays = glDeleteVertexArraysOES;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 259 glDeleteVertexArraysOES_t glDeleteVertexArraysOES;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 98 glDeleteVertexArraysOES = 72;
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
    [all...]
  /external/chromium_org/ui/gl/
gl_bindings_skia_in_process.cc 175 glDeleteVertexArraysOES(n, arrays);
  /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...]

Completed in 534 milliseconds

1 2 3 4 5 6