Home
last modified time | relevance | path

Searched refs:IsContextLost (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/cc/output/
Dprogram_binding.h65 if (context_provider->IsContextLost()) in Initialize()
72 DCHECK(context_provider->IsContextLost()); in Initialize()
84 DCHECK(context_provider->IsContextLost()); in Initialize()
Dcontext_provider.h46 virtual bool IsContextLost() = 0;
Dgl_renderer.cc539 DCHECK(program && (program->initialized() || IsContextLost())); in DrawCheckerboardQuad()
583 DCHECK(program && (program->initialized() || IsContextLost())); in DrawDebugBorderQuad()
1279 DCHECK(shader_tex_transform_location != -1 || IsContextLost()); in DrawRenderPassQuad()
1787 DCHECK(program && (program->initialized() || IsContextLost())); in DrawYUVVideoQuad()
1801 DCHECK(program && (program->initialized() || IsContextLost())); in DrawYUVVideoQuad()
2678 IsContextLost()); in BindFramebufferToTexture()
3182 bool GLRenderer::IsContextLost() { in IsContextLost() function in cc::GLRenderer
3183 return output_surface_->context_provider()->IsContextLost(); in IsContextLost()
Dgl_renderer.h68 virtual bool IsContextLost();
Dgl_renderer_unittest.cc62 ASSERT_FALSE(renderer()->IsContextLost()); in TestShaders()
69 ASSERT_FALSE(renderer()->IsContextLost()); in TestShaders()
/external/chromium_org/mojo/cc/
Dcontext_provider_mojo.cc47 bool ContextProviderMojo::IsContextLost() { in IsContextLost() function in mojo::ContextProviderMojo
Dcontext_provider_mojo.h24 virtual bool IsContextLost() OVERRIDE;
/external/chromium_org/cc/test/
Dtest_in_process_context_provider.h30 virtual bool IsContextLost() OVERRIDE;
Dtest_context_provider.h35 virtual bool IsContextLost() OVERRIDE;
Dtest_in_process_context_provider.cc122 bool TestInProcessContextProvider::IsContextLost() { return false; } in IsContextLost() function in cc::TestInProcessContextProvider
Dtest_context_provider.cc97 bool TestContextProvider::IsContextLost() { in IsContextLost() function in cc::TestContextProvider
/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.h45 virtual bool IsContextLost() OVERRIDE; in NON_EXPORTED_BASE()
Dcontext_provider_command_buffer.cc142 bool ContextProviderCommandBuffer::IsContextLost() { in IsContextLost() function in content::ContextProviderCommandBuffer
/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.h40 virtual bool IsContextLost() OVERRIDE; in NON_EXPORTED_BASE()
Dcontext_provider_in_process.cc159 bool ContextProviderInProcess::IsContextLost() { in IsContextLost() function in webkit::gpu::ContextProviderInProcess
/external/chromium_org/gpu/command_buffer/client/
Dcmd_buffer_helper_test.cc672 TEST_F(CommandBufferHelperTest, IsContextLost) { in TEST_F() argument
673 EXPECT_FALSE(helper_->IsContextLost()); in TEST_F()
675 EXPECT_TRUE(helper_->IsContextLost()); in TEST_F()
Dcmd_buffer_helper.cc40 bool CommandBufferHelper::IsContextLost() { in IsContextLost() function in gpu::CommandBufferHelper
Dcmd_buffer_helper.h62 bool IsContextLost();
Dquery_tracker.cc153 helper->IsContextLost()) { in CheckResultsAvailable()
Dgles2_implementation.cc364 if (!helper_->IsContextLost()) in RunIfContextNotLost()
3420 if (helper_->IsContextLost()) { in EndQueryEXT()
3827 if (helper_->IsContextLost()) { in PollAsyncUploads()
/external/chromium_org/content/renderer/gpu/
Dmailbox_output_surface.cc201 context_provider_->IsContextLost()); in SwapBuffers()
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc65 if (context_provider_->IsContextLost()) { in GetContext3d()
/external/chromium_org/cc/resources/
Draster_worker_pool_perftest.cc81 virtual bool IsContextLost() OVERRIDE { return false; } in IsContextLost() function in cc::__anon06acb9a40111::PerfContextProvider