Searched defs:isContextLost (Results 1 - 7 of 7) sorted by relevance

/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
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc321 bool WebGraphicsContext3DCommandBufferImpl::isContextLost() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc99 bool TestWebGraphicsContext3D::isContextLost() { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp136 bool CanvasRenderingContext2D::isContextLost() const function in class:blink::CanvasRenderingContext2D
1768 if (isContextLost())
1837 if (!buffer || isContextLost())
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...]
/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/angle/src/libGLESv2/
H A DContext.cpp214 bool Context::isContextLost() function in class:gl::Context

Completed in 256 milliseconds