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

  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 332 void FakeWebGraphicsContext3D::loseContextCHROMIUM(WGC3Denum current,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 233 void Extensions3D::loseContextCHROMIUM(GC3Denum current, GC3Denum other)
235 m_context->webContext()->loseContextCHROMIUM(current, other);
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 133 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
327 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
347 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
375 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
401 void TestWebGraphicsContext3D::loseContextCHROMIUM(WGC3Denum current,
410 shared_contexts_[i]->loseContextCHROMIUM(current, other);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 237 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { }
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]

Completed in 67 milliseconds