HomeSort by relevance Sort by last modified time
    Searched defs:loseContextCHROMIUM (Results 1 - 3 of 3) 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);
  /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.cc 831 void WebGraphicsContext3DImpl::loseContextCHROMIUM(
833 gl_->LoseContextCHROMIUM(current, other);
    [all...]

Completed in 214 milliseconds