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

  /external/chromium_org/gpu/command_buffer/common/
constants.h 35 enum ContextLostReason {
command_buffer_mock.h 39 void(error::ContextLostReason context_lost_reason));
command_buffer.h 52 error::ContextLostReason context_lost_reason;
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.h 35 virtual void SetContextLostReason(error::ContextLostReason) = 0;
64 virtual void SetContextLostReason(error::ContextLostReason) OVERRIDE;
105 error::ContextLostReason context_lost_reason_;
gles2_cmd_decoder.h 198 virtual error::ContextLostReason GetContextLostReason() = 0;
command_buffer_service.cc 173 error::ContextLostReason reason) {
gles2_cmd_decoder_mock.h 101 MOCK_METHOD0(GetContextLostReason, error::ContextLostReason());
gles2_cmd_decoder.cc 693 virtual error::ContextLostReason GetContextLostReason() OVERRIDE;
    [all...]
  /external/chromium_org/mojo/services/gles2/
command_buffer_type_conversions.cc 35 static_cast<gpu::error::ContextLostReason>(input->context_lost_reason);
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 108 error::ContextLostReason reason) {
client_test_helper.h 43 virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE;
  /external/chromium_org/content/common/gpu/
gpu_messages.h 55 IPC_ENUM_TRAITS_MAX_VALUE(gpu::error::ContextLostReason,
437 gpu::error::ContextLostReason /* reason */,
585 gpu::error::ContextLostReason /* reason */)
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 172 gpu::error::ContextLostReason reason,
gpu_process_host.cc 758 gpu::error::ContextLostReason reason,
    [all...]
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 161 void OnDestroyed(gpu::error::ContextLostReason reason);
webgraphicscontext3d_command_buffer_impl.cc 372 WGC3Denum convertReason(gpu::error::ContextLostReason reason) {
command_buffer_proxy_impl.cc 62 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) {
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 261 static_cast<gpu::error::ContextLostReason>(lost_reason);

Completed in 306 milliseconds