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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 155 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
gl2_client_context.h 157 glMapBufferOES_client_proc_t glMapBufferOES;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 240 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
gl_client_context.h 242 glMapBufferOES_client_proc_t glMapBufferOES;
    [all...]
  /device/generic/goldfish/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...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 235 glMapBufferOES_t glMapBufferOES;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 882 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 410 milliseconds