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

12

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp609 ASSERT(!isContextLost());
779 if (m_framebufferBinding || isContextLost())
801 if (isContextLost())
850 if (isContextLost())
868 if (!isContextLost())
874 if (isContextLost()) {
909 if (isContextLost())
926 if (isContextLost())
992 if (isContextLost())
1007 if (isContextLost() || !validateWebGLObjec
2865 bool WebGLRenderingContext::isContextLost() function in class:WebCore::WebGLRenderingContext
[all...]
H A DWebGLRenderingContext.h197 bool isContextLost();
H A DWebGLRenderingContext.idl574 [StrictTypeChecking] GLboolean isContextLost();
/external/chromium_org/cc/test/
H A Dfake_context_provider.cc74 if (context3d_->isContextLost()) {
H A Dtest_web_graphics_context_3d.h44 virtual bool isContextLost();
H A Dtest_web_graphics_context_3d.cc155 bool TestWebGraphicsContext3D::isContextLost() { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/ui/compositor/
H A Dcontext_provider_from_context_factory.cc53 if (context3d_->isContextLost()) {
H A Dtest_web_graphics_context_3d.cc36 bool TestWebGraphicsContext3D::isContextLost() { function in class:ui::TestWebGraphicsContext3D
H A Dtest_web_graphics_context_3d.h36 virtual bool isContextLost();
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A Dmain.cpp100 if (context->isContextLost())
H A DContext.h179 bool isContextLost();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCanvas2DLayerBridge.cpp49 ASSERT(!context3D->webContext()->isContextLost());
199 if (m_context->webContext()->isContextLost() || !m_surfaceIsValid) {
204 if (!sharedContext || sharedContext->webContext()->isContextLost()) {
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc293 if (texture_id == 0 || context->isContextLost() ||
318 if (texture_id == 0 || context->isContextLost() ||
336 if (context->isContextLost() || !context->makeContextCurrent())
459 if (context->isContextLost() || !context->makeContextCurrent())
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc138 if (context3d_->isContextLost())
H A Dgl_helper_scaling.cc846 DCHECK(result || context_->isContextLost())
H A Dwebgraphicscontext3d_command_buffer_impl.h276 virtual bool isContextLost();
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc151 if (context3d_->isContextLost())
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc212 return context_ && !isContextLost();
238 if (!isContextLost()) {
678 bool WebGraphicsContext3DInProcessCommandBufferImpl::isContextLost() { function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h206 virtual bool isContextLost();
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc47 bool FakeWebGraphicsContext3D::isContextLost() { function in class:cc::FakeWebGraphicsContext3D
H A Dfake_web_graphics_context_3d.h41 virtual bool isContextLost();
/external/chromium_org/content/renderer/gpu/
H A Dmailbox_output_surface.cc181 DCHECK(!current_backing_.mailbox.IsZero() || context3d_->isContextLost());
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h56 virtual bool isContextLost() { return false; } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp423 if (imp->isContextLost()) {
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h208 virtual bool isContextLost() = 0;

Completed in 210 milliseconds

12