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

  /external/chromium_org/android_webview/browser/
parent_output_surface.cc 22 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
  /external/chromium_org/content/browser/compositor/
gpu_browser_compositor_output_surface.cc 38 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 139 // We need ShallowFlushCHROMIUM() here to order the command buffer commands
143 gles2->ShallowFlushCHROMIUM();
172 gles2->ShallowFlushCHROMIUM();
  /external/chromium_org/cc/resources/
texture_uploader.cc 165 gl_->ShallowFlushCHROMIUM();
resource_provider.cc 1041 gl->ShallowFlushCHROMIUM();
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.h 63 virtual void ShallowFlushCHROMIUM() OVERRIDE;
test_gles2_interface.cc 155 void TestGLES2Interface::ShallowFlushCHROMIUM() {
156 test_context_->shallowFlushCHROMIUM();
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 173 context_provider_->ContextGL()->ShallowFlushCHROMIUM();
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 117 #define glShallowFlushCHROMIUM GLES2_GET_FUN(ShallowFlushCHROMIUM)
  /external/chromium_org/ui/aura/bench/
bench_main.cc 145 gl->ShallowFlushCHROMIUM();
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 382 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {
    [all...]
gles2_trace_implementation_impl_autogen.h 667 void GLES2TraceImplementation::ShallowFlushCHROMIUM() {
668 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ShallowFlushCHROMIUM");
669 gl_->ShallowFlushCHROMIUM();
    [all...]
gles2_implementation_autogen.h 328 virtual void ShallowFlushCHROMIUM() OVERRIDE;
gles2_interface_autogen.h 229 virtual void ShallowFlushCHROMIUM() = 0;
gles2_interface_stub_autogen.h 239 virtual void ShallowFlushCHROMIUM() OVERRIDE;
gles2_trace_implementation_autogen.h 239 virtual void ShallowFlushCHROMIUM() OVERRIDE;
gles2_c_lib_autogen.h 432 gles2::GetGLContext()->ShallowFlushCHROMIUM();
    [all...]
gles2_implementation.cc 371 ShallowFlushCHROMIUM();
382 // TODO(piman): This probably should be ShallowFlushCHROMIUM().
893 void GLES2Implementation::ShallowFlushCHROMIUM() {
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 819 void WebGraphicsContext3DImpl::shallowFlushCHROMIUM() {
821 gl_->ShallowFlushCHROMIUM();
    [all...]

Completed in 184 milliseconds