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

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

Completed in 5325 milliseconds