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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp141 ASSERT(!candidate->isContextLost());
145 ASSERT(!context->isContextLost());
177 ASSERT(!context->isContextLost());
609 ASSERT(!isContextLost());
793 if (m_framebufferBinding || isContextLost())
814 if (isContextLost())
864 if (isContextLost())
882 if (!isContextLost())
894 if (isContextLost()) {
936 if (isContextLost())
2941 bool WebGLRenderingContextBase::isContextLost() const function in class:blink::__anon11092::WebGLRenderingContextBase
[all...]
H A DCanvasRenderingContext2D.h118 bool isContextLost() const;
H A DCanvasRenderingContext2D.idl140 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
H A DCanvasRenderingContext2D.cpp136 bool CanvasRenderingContext2D::isContextLost() const function in class:blink::CanvasRenderingContext2D
1768 if (isContextLost())
1837 if (!buffer || isContextLost())
H A DWebGLRenderingContextBase.idl589 GLboolean isContextLost();
H A DWebGLRenderingContextBase.h213 bool isContextLost() const;
/external/chromium_org/cc/test/
H A Dtest_context_provider.cc56 if (context3d_->isContextLost()) {
101 return context3d_->isContextLost();
108 if (context3d_->isContextLost()) {
H A Dtest_web_graphics_context_3d.cc99 bool TestWebGraphicsContext3D::isContextLost() { function in class:cc::TestWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h42 virtual bool isContextLost();
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc152 return context_ && !isContextLost();
155 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h68 virtual bool isContextLost();
H A Dcontext_provider_in_process.cc163 return context3d_->isContextLost();
170 if (context3d_->isContextLost())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DExtensions3DUtil.cpp45 if (m_context->isContextLost()) {
H A DDrawingBuffer.cpp294 if (m_destructionInProgress || m_context->isContextLost() || lostResource || m_isHidden) {
385 if (m_context->isContextLost()) {
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc146 return context3d_->isContextLost();
153 if (context3d_->isContextLost())
H A Dwebgraphicscontext3d_command_buffer_impl.h150 virtual bool isContextLost();
H A Dwebgraphicscontext3d_command_buffer_impl.cc321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.cpp123 if (context->isContextLost())
H A DContext.h78 bool isContextLost();
H A DContext.cpp214 bool Context::isContextLost() function in class:gl::Context
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridge.cpp121 ASSERT(mailboxInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost() || !m_isSurfaceValid);
307 if (!m_isSurfaceValid || m_contextProvider->context3d()->isContextLost())
344 if (m_contextProvider->context3d()->isContextLost()) {
371 if (sharedContext && !sharedContext->isContextLost()) {
494 bool contextLost = !m_isSurfaceValid || m_contextProvider->context3d()->isContextLost();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCanvasElement.cpp387 if (context2d->isContextLost()) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h50 virtual bool isContextLost() { return m_contextLost; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h178 virtual bool isContextLost() = 0;

Completed in 438 milliseconds