OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rateLimitOffscreenContextCHROMIUM
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.cpp
121
void Extensions3D::
rateLimitOffscreenContextCHROMIUM
()
123
m_context->webContext()->
rateLimitOffscreenContextCHROMIUM
();
Extensions3D.h
282
void
rateLimitOffscreenContextCHROMIUM
();
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
646
provider->Context3d()->
rateLimitOffscreenContextCHROMIUM
();
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
204
virtual void
rateLimitOffscreenContextCHROMIUM
() { }
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
509
virtual void
rateLimitOffscreenContextCHROMIUM
();
webgraphicscontext3d_command_buffer_impl.cc
545
DELEGATE_TO_GL(
rateLimitOffscreenContextCHROMIUM
,
546
RateLimitOffscreenContextCHROMIUM
)
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h
451
virtual void
rateLimitOffscreenContextCHROMIUM
();
webgraphicscontext3d_in_process_command_buffer_impl.cc
406
rateLimitOffscreenContextCHROMIUM
() {
409
gl_->
RateLimitOffscreenContextCHROMIUM
();
[
all
...]
Completed in 968 milliseconds