Home
last modified time | relevance | path

Searched refs:loseContextCHROMIUM (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc313 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB, in bindTexture()
348 loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB, in endQueryEXT()
442 void TestWebGraphicsContext3D::loseContextCHROMIUM(GLenum current, in loseContextCHROMIUM() function in cc::TestWebGraphicsContext3D
451 shared_contexts_[i]->loseContextCHROMIUM(current, other); in loseContextCHROMIUM()
Dtest_gles2_interface.cc375 test_context_->loseContextCHROMIUM(current, other); in LoseContextCHROMIUM()
Dtest_web_graphics_context_3d.h175 virtual void loseContextCHROMIUM(GLenum current, GLenum other);
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_copyrequest.cc627 first_context_provider_->TestContext3d()->loseContextCHROMIUM( in SwapBuffersOnThread()
Dlayer_tree_host_unittest_context.cc68 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB, in LoseContext()
Dlayer_tree_host_unittest.cc4372 first_context_provider_->TestContext3d()->loseContextCHROMIUM( in SwapBuffersOnThread()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h56 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc831 void WebGraphicsContext3DImpl::loseContextCHROMIUM( in DELEGATE_TO_GL_1()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h207 virtual void loseContextCHROMIUM(WGC3Denum current, WGC3Denum other) { } in loseContextCHROMIUM() function
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2236 sharedContext->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_EXT, GL_INNOCENT_CONTEXT_RESET_EXT); in loseSharedGraphicsContext3D()
/external/chromium_org/cc/resources/
Dresource_provider_unittest.cc2886 context->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB, in TEST_P()