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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 158 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl2_entry.cpp 156 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 243 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl_entry.cpp 241 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 1121 GLboolean glUnmapBufferOES(GLenum target)
1123 return getDispatch()->glUnmapBufferOES(target);
    [all...]
gles_dispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 752 #define glUnmapBufferOES GLES2_GET_FUN(UnmapBufferOES)
756 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1193 const GLMessage_Function GLMessage::glUnmapBufferOES;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 392 glUnmapBufferOES(361, 361),
    [all...]

Completed in 950 milliseconds