/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.cpp | 130 …blink::WebGraphicsContext3D* candidateWGC3D = candidate->isContextLost() ? 0 : candidate->webConte… in oldestContextIndex() 134 … blink::WebGraphicsContext3D* contextWGC3D = context->isContextLost() ? 0 : context->webContext(); in oldestContextIndex() 557 ASSERT(!isContextLost()); in initializeNewContext() 735 if (m_framebufferBinding || isContextLost()) in markContextChanged() 756 if (isContextLost()) in clearIfComposited() 806 if (isContextLost()) in restoreStateAfterClear() 824 if (!isContextLost()) in markLayerComposited() 830 if (isContextLost()) { in paintRenderingResultsToCanvas() 872 if (isContextLost()) in paintRenderingResultsToImageData() 892 if (isContextLost()) in reshape() [all …]
|
D | CanvasRenderingContext2D.h | 115 bool isContextLost() const;
|
D | CanvasRenderingContext2D.cpp | 132 bool CanvasRenderingContext2D::isContextLost() const in isContextLost() function in WebCore::CanvasRenderingContext2D 1759 if (isContextLost()) in drawingContext() 1828 if (!buffer || isContextLost()) in getImageData()
|
D | CanvasRenderingContext2D.idl | 135 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
|
D | WebGLRenderingContextBase.h | 212 bool isContextLost() const;
|
D | WebGLRenderingContextBase.idl | 588 GLboolean isContextLost();
|
/external/chromium_org/cc/test/ |
D | test_context_provider.cc | 56 if (context3d_->isContextLost()) { in BindToCurrentThread() 101 return context3d_->isContextLost(); in IsContextLost() 108 if (context3d_->isContextLost()) { in VerifyContexts()
|
D | test_web_graphics_context_3d.h | 42 virtual bool isContextLost();
|
D | test_web_graphics_context_3d.cc | 99 bool TestWebGraphicsContext3D::isContextLost() { in isContextLost() function in cc::TestWebGraphicsContext3D
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 192 return context_ && !isContextLost(); in makeContextCurrent() 195 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { in isContextLost() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
|
D | context_provider_in_process.cc | 156 return context3d_->isContextLost(); in IsContextLost() 163 if (context3d_->isContextLost()) in VerifyContexts()
|
D | webgraphicscontext3d_in_process_command_buffer_impl.h | 67 virtual bool isContextLost();
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Canvas2DLayerBridge.cpp | 126 …xInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost() || !m_isSurf… in ~Canvas2DLayerBridge() 301 if (m_contextProvider->context3d()->isContextLost() || !m_isSurfaceValid) in freeReleasedMailbox() 338 if (m_contextProvider->context3d()->isContextLost()) { in checkSurfaceValid() 364 if (sharedContext && !sharedContext->isContextLost()) { in restoreSurface()
|
/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.cc | 146 return context3d_->isContextLost(); in IsContextLost() 153 if (context3d_->isContextLost()) in VerifyContexts()
|
D | webgraphicscontext3d_command_buffer_impl.h | 153 virtual bool isContextLost();
|
D | webgraphicscontext3d_command_buffer_impl.cc | 361 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { in isContextLost() function in content::WebGraphicsContext3DCommandBufferImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | Extensions3DUtil.cpp | 51 if (m_context->isContextLost()) { in initializeExtensions()
|
D | DrawingBuffer.cpp | 372 if (m_context->isContextLost()) { in initialize()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | main.cpp | 125 if (context->isContextLost()) in getNonLostContext()
|
D | Context.h | 139 bool isContextLost();
|
D | Context.cpp | 425 bool Context::isContextLost() in isContextLost() function in gl::Context
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.cpp | 359 if (context2d->isContextLost()) { in setSurfaceSize()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
D | MockWebGraphicsContext3D.h | 51 virtual bool isContextLost() { return false; } in isContextLost() function
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 184 virtual bool isContextLost() = 0;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 476 if (impl->isContextLost()) { in getSupportedExtensionsMethodCustom()
|