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

  /external/chromium_org/cc/test/
test_gles2_interface.cc 155 void TestGLES2Interface::ShallowFlushCHROMIUM() {
156 test_context_->shallowFlushCHROMIUM();
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 316 void GLES2InterfaceStub::ShallowFlushCHROMIUM() {
gles2_trace_implementation_impl_autogen.h 579 void GLES2TraceImplementation::ShallowFlushCHROMIUM() {
580 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ShallowFlushCHROMIUM");
581 gl_->ShallowFlushCHROMIUM();
    [all...]
gles2_implementation.cc 335 ShallowFlushCHROMIUM();
344 // TODO(piman): This probably should be ShallowFlushCHROMIUM().
854 void GLES2Implementation::ShallowFlushCHROMIUM() {
    [all...]

Completed in 99 milliseconds