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

  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 361 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 192 return context_ && !isContextLost();
195 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() {
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 99 bool TestWebGraphicsContext3D::isContextLost() {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 132 bool CanvasRenderingContext2D::isContextLost() const
    [all...]
WebGLRenderingContextBase.cpp 130 blink::WebGraphicsContext3D* candidateWGC3D = candidate->isContextLost() ? 0 : candidate->webContext();
134 blink::WebGraphicsContext3D* contextWGC3D = context->isContextLost() ? 0 : context->webContext();
557 ASSERT(!isContextLost());
735 if (m_framebufferBinding || isContextLost())
756 if (isContextLost())
806 if (isContextLost())
824 if (!isContextLost())
830 if (isContextLost()) {
872 if (isContextLost())
892 if (isContextLost())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 51 virtual bool isContextLost() { return false; }
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 425 bool Context::isContextLost()
    [all...]

Completed in 192 milliseconds