Searched defs:UnmapBufferSubDataCHROMIUM (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h689 void GLES2InterfaceStub::UnmapBufferSubDataCHROMIUM(const void* /* mem */) { function in class:GLES2InterfaceStub
H A Dgles2_implementation.cc2973 void GLES2Implementation::UnmapBufferSubDataCHROMIUM(const void* mem) { function in class:gpu::gles2::GLES2Implementation
2980 GL_INVALID_VALUE, "UnmapBufferSubDataCHROMIUM", "buffer not mapped");
H A Dgles2_trace_implementation_impl_autogen.h1199 void GLES2TraceImplementation::UnmapBufferSubDataCHROMIUM(const void* mem) { function in class:GLES2TraceImplementation
1201 "GLES2Trace::UnmapBufferSubDataCHROMIUM");
1202 gl_->UnmapBufferSubDataCHROMIUM(mem);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1103 void (*UnmapBufferSubDataCHROMIUM)(PP_Resource context, const void* mem); member in struct:PPB_OpenGLES2ChromiumMapSub_1_0
1123 void (*UnmapBufferSubDataCHROMIUM)(PP_Resource context, const void* mem); member in struct:PPB_OpenGLES2ChromiumMapSub
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1534 void UnmapBufferSubDataCHROMIUM(PP_Resource context_id, const void* mem) { function in namespace:ppapi::__anon10171
1537 ToGles2Impl(&enter)->UnmapBufferSubDataCHROMIUM(mem);
1712 &MapBufferSubDataCHROMIUM, &UnmapBufferSubDataCHROMIUM,

Completed in 237 milliseconds