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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 156 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
gl2_client_context.h 158 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 241 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
gl_client_context.h 243 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
    [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;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 1002 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 348 milliseconds