/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.cpp | 141 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 …]
|
D | CanvasRenderingContext2D.h | 118 bool isContextLost() const;
|
D | CanvasRenderingContext2D.cpp | 136 bool CanvasRenderingContext2D::isContextLost() const in isContextLost() function in blink::CanvasRenderingContext2D 1768 if (isContextLost()) in drawingContext() 1837 if (!buffer || isContextLost()) in getImageData()
|
D | CanvasRenderingContext2D.idl | 140 [RuntimeEnabled=ExperimentalCanvasFeatures] boolean isContextLost();
|
D | WebGLRenderingContextBase.h | 213 bool isContextLost() const;
|
D | WebGLRenderingContextBase.idl | 589 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 | 152 return context_ && !isContextLost(); in InitializeOnCurrentThread() 155 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { in isContextLost() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
|
D | context_provider_in_process.cc | 163 return context3d_->isContextLost(); in IsContextLost() 170 if (context3d_->isContextLost()) in VerifyContexts()
|
D | webgraphicscontext3d_in_process_command_buffer_impl.h | 68 virtual bool isContextLost();
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Canvas2DLayerBridge.cpp | 121 …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/ |
D | context_provider_command_buffer.cc | 146 return context3d_->isContextLost(); in IsContextLost() 153 if (context3d_->isContextLost()) in VerifyContexts()
|
D | webgraphicscontext3d_command_buffer_impl.h | 150 virtual bool isContextLost();
|
D | webgraphicscontext3d_command_buffer_impl.cc | 321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { in isContextLost() function in content::WebGraphicsContext3DCommandBufferImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
D | Extensions3DUtil.cpp | 45 if (m_context->isContextLost()) { in initializeExtensions()
|
D | DrawingBuffer.cpp | 294 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/ |
D | main.cpp | 123 if (context->isContextLost()) in getNonLostContext()
|
D | Context.h | 78 bool isContextLost();
|
D | Context.cpp | 214 bool Context::isContextLost() in isContextLost() function in gl::Context
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.cpp | 387 if (context2d->isContextLost()) { in setSurfaceSize()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
D | MockWebGraphicsContext3D.h | 50 virtual bool isContextLost() { return m_contextLost; } in isContextLost() function
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 178 virtual bool isContextLost() = 0;
|