Home
last modified time | relevance | path

Searched refs:isContextLost (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp130 …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 …]
DCanvasRenderingContext2D.h115 bool isContextLost() const;
DCanvasRenderingContext2D.cpp132 bool CanvasRenderingContext2D::isContextLost() const in isContextLost() function in WebCore::CanvasRenderingContext2D
1759 if (isContextLost()) in drawingContext()
1828 if (!buffer || isContextLost()) in getImageData()
DCanvasRenderingContext2D.idl135 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
DWebGLRenderingContextBase.h212 bool isContextLost() const;
DWebGLRenderingContextBase.idl588 GLboolean isContextLost();
/external/chromium_org/cc/test/
Dtest_context_provider.cc56 if (context3d_->isContextLost()) { in BindToCurrentThread()
101 return context3d_->isContextLost(); in IsContextLost()
108 if (context3d_->isContextLost()) { in VerifyContexts()
Dtest_web_graphics_context_3d.h42 virtual bool isContextLost();
Dtest_web_graphics_context_3d.cc99 bool TestWebGraphicsContext3D::isContextLost() { in isContextLost() function in cc::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc192 return context_ && !isContextLost(); in makeContextCurrent()
195 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { in isContextLost() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
Dcontext_provider_in_process.cc156 return context3d_->isContextLost(); in IsContextLost()
163 if (context3d_->isContextLost()) in VerifyContexts()
Dwebgraphicscontext3d_in_process_command_buffer_impl.h67 virtual bool isContextLost();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp126 …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/
Dcontext_provider_command_buffer.cc146 return context3d_->isContextLost(); in IsContextLost()
153 if (context3d_->isContextLost()) in VerifyContexts()
Dwebgraphicscontext3d_command_buffer_impl.h153 virtual bool isContextLost();
Dwebgraphicscontext3d_command_buffer_impl.cc361 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { in isContextLost() function in content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DExtensions3DUtil.cpp51 if (m_context->isContextLost()) { in initializeExtensions()
DDrawingBuffer.cpp372 if (m_context->isContextLost()) { in initialize()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.cpp125 if (context->isContextLost()) in getNonLostContext()
DContext.h139 bool isContextLost();
DContext.cpp425 bool Context::isContextLost() in isContextLost() function in gl::Context
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp359 if (context2d->isContextLost()) { in setSurfaceSize()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h51 virtual bool isContextLost() { return false; } in isContextLost() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h184 virtual bool isContextLost() = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp476 if (impl->isContextLost()) { in getSupportedExtensionsMethodCustom()