HomeSort by relevance Sort by last modified time
    Searched refs:SetContextLostReason (Results 1 - 15 of 15) 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/service/
command_buffer_service.h 40 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
gpu_scheduler.cc 94 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
108 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
command_buffer_service.cc 185 void CommandBufferService::SetContextLostReason(
gpu_scheduler_unittest.cc 176 EXPECT_CALL(*command_buffer_, SetContextLostReason(_));
in_process_command_buffer.h 95 virtual void SetContextLostReason(
in_process_command_buffer.cc 228 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
703 void InProcessCommandBuffer::SetContextLostReason(
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 106 void MockCommandBufferBase::SetContextLostReason(
client_test_helper.h 42 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 45 virtual void SetContextLostReason(gpu::error::ContextLostReason reason)
ppapi_command_buffer_proxy.cc 196 void PpapiCommandBufferProxy::SetContextLostReason(
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 95 virtual void SetContextLostReason(
command_buffer_proxy_impl.cc 365 void CommandBufferProxyImpl::SetContextLostReason(
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 344 command_buffer_->SetContextLostReason(decoder_->GetContextLostReason());
    [all...]

Completed in 32 milliseconds