HomeSort by relevance Sort by last modified time
    Searched refs:IsContextLost (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/cc/output/
renderer.cc 13 bool Renderer::IsContextLost() {
program_binding.h 65 if (context_provider->IsContextLost())
72 DCHECK(context_provider->IsContextLost());
84 DCHECK(context_provider->IsContextLost());
context_provider.h 46 virtual bool IsContextLost() = 0;
delegating_renderer.h 40 virtual bool IsContextLost() OVERRIDE;
delegating_renderer.cc 125 bool DelegatingRenderer::IsContextLost() {
129 return context_provider->IsContextLost();
renderer.h 77 virtual bool IsContextLost();
gl_renderer.h 68 virtual bool IsContextLost() OVERRIDE;
  /external/chromium_org/cc/test/
test_in_process_context_provider.h 30 virtual bool IsContextLost() OVERRIDE;
test_context_provider.h 35 virtual bool IsContextLost() OVERRIDE;
test_in_process_context_provider.cc 118 bool TestInProcessContextProvider::IsContextLost() { return false; }
test_context_provider.cc 56 if (context3d_->isContextLost()) {
97 bool TestContextProvider::IsContextLost() {
101 return context3d_->isContextLost();
108 if (context3d_->isContextLost()) {
  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 45 bool ContextProviderMojo::IsContextLost() { return !context_; }
context_provider_mojo.h 24 virtual bool IsContextLost() OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 45 virtual bool IsContextLost() OVERRIDE;
context_provider_command_buffer.cc 142 bool ContextProviderCommandBuffer::IsContextLost() {
146 return context3d_->isContextLost();
153 if (context3d_->isContextLost())
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.h 40 virtual bool IsContextLost() OVERRIDE;
context_provider_in_process.cc 152 bool ContextProviderInProcess::IsContextLost() {
156 return context3d_->isContextLost();
163 if (context3d_->isContextLost())
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 430 if (!layer_tree_host_impl_->IsContextLost()) {
435 lost_output_surface = layer_tree_host_impl_->IsContextLost();
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 671 TEST_F(CommandBufferHelperTest, IsContextLost) {
672 EXPECT_FALSE(helper_->IsContextLost());
674 EXPECT_TRUE(helper_->IsContextLost());
cmd_buffer_helper.cc 40 bool CommandBufferHelper::IsContextLost() {
cmd_buffer_helper.h 60 bool IsContextLost();
query_tracker.cc 153 helper->IsContextLost()) {
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 198 context_provider_->IsContextLost());
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 64 if (context_provider_->IsContextLost()) {
  /external/chromium_org/cc/resources/
raster_worker_pool_perftest.cc 63 virtual bool IsContextLost() OVERRIDE { return false; }

Completed in 473 milliseconds

1 2