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

  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 547 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) {
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 352 void (*UnmapBufferSubDataCHROMIUM)(PP_Resource context, const void* mem);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 806 void UnmapBufferSubDataCHROMIUM(PP_Resource context_id, const void* mem) {
807 GetGLES(context_id)->UnmapBufferSubDataCHROMIUM(mem);
1020 &UnmapBufferSubDataCHROMIUM,

Completed in 189 milliseconds