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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 313 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
348 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
442 void TestWebGraphicsContext3D::loseContextCHROMIUM(GLenum current,
451 shared_contexts_[i]->loseContextCHROMIUM(current, other);
test_gles2_interface.cc 374 void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) {
375 test_context_->loseContextCHROMIUM(current, other);
test_web_graphics_context_3d.h 175 virtual void loseContextCHROMIUM(GLenum current, GLenum other);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 68 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
    [all...]
layer_tree_host_unittest_copyrequest.cc 627 first_context_provider_->TestContext3d()->loseContextCHROMIUM(
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 207 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 56 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other);
webgraphicscontext3d_impl.cc 831 void WebGraphicsContext3DImpl::loseContextCHROMIUM(
833 gl_->LoseContextCHROMIUM(current, other);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc     [all...]

Completed in 214 milliseconds