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

  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 191 #define glUnmapBufferSubDataCHROMIUM GLES2_GET_FUN(UnmapBufferSubDataCHROMIUM)
  /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,
  /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_autogen.h 454 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE;
gles2_interface_autogen.h 262 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) = 0;
gles2_interface_stub_autogen.h 290 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE;
gles2_trace_implementation_autogen.h 290 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE;
gles2_implementation_unittest.cc     [all...]
gles2_c_lib_autogen.h 619 gles2::GetGLContext()->UnmapBufferSubDataCHROMIUM(mem);
    [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/lib/gl/gles2/
gles2.c 848 ext->UnmapBufferSubDataCHROMIUM(glGetCurrentContextPPAPI(), mem);
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 282 void WebGraphicsContext3DInProcessCommandBufferImpl::unmapBufferSubDataCHROMIUM(
285 return gl_->UnmapBufferSubDataCHROMIUM(mem);
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 616 DELEGATE_TO_GL_1(unmapBufferSubDataCHROMIUM, UnmapBufferSubDataCHROMIUM,
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h     [all...]

Completed in 185 milliseconds