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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 166 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES;
gl2_entry.cpp 164 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 180 #define glDeleteVertexArraysOES GLES2_GET_FUN(DeleteVertexArraysOES)
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 267 glDeleteVertexArraysOES_client_proc_t glDeleteVertexArraysOES;
gl_entry.cpp 265 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 1236 void glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays)
1238 getDispatch()->glDeleteVertexArraysOES(n, arrays);
    [all...]
gles_dispatch.h 259 glDeleteVertexArraysOES_t glDeleteVertexArraysOES;
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c     [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 259 glDeleteVertexArraysOES_t glDeleteVertexArraysOES;
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 904 const GLMessage_Function GLMessage::glDeleteVertexArraysOES;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 103 glDeleteVertexArraysOES(72, 72),
700 case 72: return glDeleteVertexArraysOES;
    [all...]

Completed in 253 milliseconds