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

  /external/chromium_org/gpu/command_buffer/common/
command_buffer_mock.h 37 MOCK_METHOD1(SetContextLostReason,
command_buffer.h 127 virtual void SetContextLostReason(error::ContextLostReason) = 0;
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.h 40 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
client_test_helper.cc 106 void MockCommandBufferBase::SetContextLostReason(
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 52 virtual void SetContextLostReason(gpu::error::ContextLostReason reason);
ppb_graphics_3d_proxy.cc 161 virtual void SetContextLostReason(
164 gpu_command_buffer_->SetContextLostReason(reason);
ppapi_command_buffer_proxy.cc 219 void PpapiCommandBufferProxy::SetContextLostReason(
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.h 40 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
gpu_scheduler.cc 93 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
107 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
command_buffer_service.cc 185 void CommandBufferService::SetContextLostReason(
in_process_command_buffer.h 109 virtual void SetContextLostReason(
gpu_scheduler_unittest.cc 176 EXPECT_CALL(*command_buffer_, SetContextLostReason(_));
in_process_command_buffer.cc 273 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
716 void InProcessCommandBuffer::SetContextLostReason(
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 98 virtual void SetContextLostReason(
command_buffer_proxy_impl.cc 363 void CommandBufferProxyImpl::SetContextLostReason(
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 338 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
    [all...]

Completed in 312 milliseconds