/external/chromium_org/cc/output/ |
D | program_binding.h | 65 if (context_provider->IsContextLost()) in Initialize() 72 DCHECK(context_provider->IsContextLost()); in Initialize() 84 DCHECK(context_provider->IsContextLost()); in Initialize()
|
D | context_provider.h | 46 virtual bool IsContextLost() = 0;
|
D | gl_renderer.cc | 539 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()
|
D | gl_renderer.h | 68 virtual bool IsContextLost();
|
D | gl_renderer_unittest.cc | 62 ASSERT_FALSE(renderer()->IsContextLost()); in TestShaders() 69 ASSERT_FALSE(renderer()->IsContextLost()); in TestShaders()
|
/external/chromium_org/mojo/cc/ |
D | context_provider_mojo.cc | 47 bool ContextProviderMojo::IsContextLost() { in IsContextLost() function in mojo::ContextProviderMojo
|
D | context_provider_mojo.h | 24 virtual bool IsContextLost() OVERRIDE;
|
/external/chromium_org/cc/test/ |
D | test_in_process_context_provider.h | 30 virtual bool IsContextLost() OVERRIDE;
|
D | test_context_provider.h | 35 virtual bool IsContextLost() OVERRIDE;
|
D | test_in_process_context_provider.cc | 122 bool TestInProcessContextProvider::IsContextLost() { return false; } in IsContextLost() function in cc::TestInProcessContextProvider
|
D | test_context_provider.cc | 97 bool TestContextProvider::IsContextLost() { in IsContextLost() function in cc::TestContextProvider
|
/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.h | 45 virtual bool IsContextLost() OVERRIDE; in NON_EXPORTED_BASE()
|
D | context_provider_command_buffer.cc | 142 bool ContextProviderCommandBuffer::IsContextLost() { in IsContextLost() function in content::ContextProviderCommandBuffer
|
/external/chromium_org/webkit/common/gpu/ |
D | context_provider_in_process.h | 40 virtual bool IsContextLost() OVERRIDE; in NON_EXPORTED_BASE()
|
D | context_provider_in_process.cc | 159 bool ContextProviderInProcess::IsContextLost() { in IsContextLost() function in webkit::gpu::ContextProviderInProcess
|
/external/chromium_org/gpu/command_buffer/client/ |
D | cmd_buffer_helper_test.cc | 672 TEST_F(CommandBufferHelperTest, IsContextLost) { in TEST_F() argument 673 EXPECT_FALSE(helper_->IsContextLost()); in TEST_F() 675 EXPECT_TRUE(helper_->IsContextLost()); in TEST_F()
|
D | cmd_buffer_helper.cc | 40 bool CommandBufferHelper::IsContextLost() { in IsContextLost() function in gpu::CommandBufferHelper
|
D | cmd_buffer_helper.h | 62 bool IsContextLost();
|
D | query_tracker.cc | 153 helper->IsContextLost()) { in CheckResultsAvailable()
|
D | gles2_implementation.cc | 364 if (!helper_->IsContextLost()) in RunIfContextNotLost() 3420 if (helper_->IsContextLost()) { in EndQueryEXT() 3827 if (helper_->IsContextLost()) { in PollAsyncUploads()
|
/external/chromium_org/content/renderer/gpu/ |
D | mailbox_output_surface.cc | 201 context_provider_->IsContextLost()); in SwapBuffers()
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.cc | 65 if (context_provider_->IsContextLost()) { in GetContext3d()
|
/external/chromium_org/cc/resources/ |
D | raster_worker_pool_perftest.cc | 81 virtual bool IsContextLost() OVERRIDE { return false; } in IsContextLost() function in cc::__anon06acb9a40111::PerfContextProvider
|