Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp141 ASSERT(!candidate->isContextLost()); in oldestContextIndex()
145 ASSERT(!context->isContextLost()); in oldestContextIndex()
177 ASSERT(!context->isContextLost()); in activateContext()
609 ASSERT(!isContextLost()); in initializeNewContext()
793 if (m_framebufferBinding || isContextLost()) in markContextChanged()
814 if (isContextLost()) in clearIfComposited()
864 if (isContextLost()) in restoreStateAfterClear()
882 if (!isContextLost()) in markLayerComposited()
894 if (isContextLost()) { in paintRenderingResultsToCanvas()
936 if (isContextLost()) in paintRenderingResultsToImageData()
[all …]
DCanvasRenderingContext2D.h118 bool isContextLost() const;
DCanvasRenderingContext2D.cpp136 bool CanvasRenderingContext2D::isContextLost() const in isContextLost() function in blink::CanvasRenderingContext2D
1768 if (isContextLost()) in drawingContext()
1837 if (!buffer || isContextLost()) in getImageData()
DCanvasRenderingContext2D.idl140 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
DWebGLRenderingContextBase.h213 bool isContextLost() const;
DWebGLRenderingContextBase.idl589 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.cc152 return context_ && !isContextLost(); in InitializeOnCurrentThread()
155 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { in isContextLost() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
Dcontext_provider_in_process.cc163 return context3d_->isContextLost(); in IsContextLost()
170 if (context3d_->isContextLost()) in VerifyContexts()
Dwebgraphicscontext3d_in_process_command_buffer_impl.h68 virtual bool isContextLost();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp121 …xInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost() || !m_isSurf… in ~Canvas2DLayerBridge()
307 if (!m_isSurfaceValid || m_contextProvider->context3d()->isContextLost()) in freeReleasedMailbox()
344 if (m_contextProvider->context3d()->isContextLost()) { in checkSurfaceValid()
371 if (sharedContext && !sharedContext->isContextLost()) { in restoreSurface()
494 bool contextLost = !m_isSurfaceValid || m_contextProvider->context3d()->isContextLost(); in mailboxReleased()
/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.h150 virtual bool isContextLost();
Dwebgraphicscontext3d_command_buffer_impl.cc321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { in isContextLost() function in content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DExtensions3DUtil.cpp45 if (m_context->isContextLost()) { in initializeExtensions()
DDrawingBuffer.cpp294 if (m_destructionInProgress || m_context->isContextLost() || lostResource || m_isHidden) { in mailboxReleased()
385 if (m_context->isContextLost()) { in initialize()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dmain.cpp123 if (context->isContextLost()) in getNonLostContext()
DContext.h78 bool isContextLost();
DContext.cpp214 bool Context::isContextLost() in isContextLost() function in gl::Context
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp387 if (context2d->isContextLost()) { in setSurfaceSize()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h50 virtual bool isContextLost() { return m_contextLost; } in isContextLost() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h178 virtual bool isContextLost() = 0;