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,
448 void TestWebGraphicsContext3D::loseContextCHROMIUM(GLenum current,
457 shared_contexts_[i]->loseContextCHROMIUM(current, other);
test_gles2_interface.cc 419 void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) {
420 test_context_->loseContextCHROMIUM(current, other);
test_web_graphics_context_3d.h 193 virtual void loseContextCHROMIUM(GLenum current, GLenum other);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc 627 first_context_provider_->TestContext3d()->loseContextCHROMIUM(
    [all...]
layer_tree_host_unittest_context.cc 75 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 201 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 64 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other);
webgraphicscontext3d_impl.cc 832 void WebGraphicsContext3DImpl::loseContextCHROMIUM(
834 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 1337 milliseconds