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

  /external/chromium_org/cc/output/
renderer.cc 13 bool Renderer::IsContextLost() {
program_binding.cc 37 if (!IsContextLost(context))
47 if (!IsContextLost(context))
54 DCHECK(program_ || IsContextLost(context));
66 if (!IsContextLost(context))
109 if (!IsContextLost(context))
146 bool ProgramBindingBase::IsContextLost(WebGraphicsContext3D* context) {
program_binding.h 39 bool IsContextLost(WebKit::WebGraphicsContext3D* context);
66 if (IsContextLost(context))
delegating_renderer.h 40 virtual bool IsContextLost() OVERRIDE;
renderer.h 72 virtual bool IsContextLost();
delegating_renderer.cc 173 bool DelegatingRenderer::IsContextLost() {
gl_renderer.h 64 virtual bool IsContextLost() OVERRIDE;
gl_renderer.cc 395 DCHECK(program && (program->initialized() || IsContextLost()));
439 DCHECK(program && (program->initialized() || IsContextLost()));
    [all...]
gl_renderer_unittest.cc 65 ASSERT_FALSE(renderer()->IsContextLost());
72 ASSERT_FALSE(renderer()->IsContextLost());
    [all...]
  /external/chromium_org/ui/gl/
gl_fence.h 23 static bool IsContextLost();
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 327 TEST_F(CommandBufferHelperTest, IsContextLost) {
328 EXPECT_FALSE(helper_->IsContextLost());
330 EXPECT_TRUE(helper_->IsContextLost());
cmd_buffer_helper.cc 38 bool CommandBufferHelper::IsContextLost() {
cmd_buffer_helper.h 52 bool IsContextLost();
query_tracker.cc 151 helper->IsContextLost()) {
gles2_implementation.cc 818 bool context_lost = helper_->IsContextLost();
821 context_lost = helper_->IsContextLost();
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 140 bool IsContextLost();
in_process_command_buffer.cc 251 bool InProcessCommandBuffer::IsContextLost() {
378 context_lost_ = context_group->IsContextLost();
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 70 if (layer_tree_host_impl_->IsContextLost())
469 lost_output_surface = layer_tree_host_impl_->IsContextLost();
layer_tree_host_impl.h 240 bool IsContextLost();
thread_proxy.cc 375 if (!layer_tree_host_impl_->IsContextLost())
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 1230 milliseconds