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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 235 glMapBufferOES_t glMapBufferOES;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 1116 void* glMapBufferOES(GLenum target, GLenum access)
1118 return getDispatch()->glMapBufferOES(target, access);
    [all...]
gles_dispatch.h 235 glMapBufferOES_t glMapBufferOES;
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 778 const GLMessage_Function GLMessage::glMapBufferOES;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 272 glMapBufferOES(241, 241),
765 case 241: return glMapBufferOES;
    [all...]

Completed in 391 milliseconds