OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnmapBufferSubDataCHROMIUM
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h
193
#define glUnmapBufferSubDataCHROMIUM GLES2_GET_FUN(
UnmapBufferSubDataCHROMIUM
)
/external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h
551
void GLES2InterfaceStub::
UnmapBufferSubDataCHROMIUM
(const void* /* mem */) {
gles2_trace_implementation_impl_autogen.h
[
all
...]
gles2_implementation_autogen.h
458
virtual void
UnmapBufferSubDataCHROMIUM
(const void* mem) OVERRIDE;
gles2_interface_autogen.h
265
virtual void
UnmapBufferSubDataCHROMIUM
(const void* mem) = 0;
gles2_interface_stub_autogen.h
293
virtual void
UnmapBufferSubDataCHROMIUM
(const void* mem) OVERRIDE;
gles2_trace_implementation_autogen.h
293
virtual void
UnmapBufferSubDataCHROMIUM
(const void* mem) OVERRIDE;
gles2_implementation_unittest.cc
[
all
...]
gles2_c_lib_autogen.h
625
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
364
void WebGraphicsContext3DInProcessCommandBufferImpl::
unmapBufferSubDataCHROMIUM
(
367
return gl_->
UnmapBufferSubDataCHROMIUM
(mem);
[
all
...]
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
512
DELEGATE_TO_GL_1(
unmapBufferSubDataCHROMIUM
,
UnmapBufferSubDataCHROMIUM
,
[
all
...]
/external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h
[
all
...]
Completed in 1683 milliseconds