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

  /external/chromium_org/mojo/services/gles2/
command_buffer_type_conversions.cc 20 result->context_lost_reason = input.context_lost_reason;
34 state.context_lost_reason =
35 static_cast<gpu::error::ContextLostReason>(input->context_lost_reason);
command_buffer_impl.cc 192 client()->LostContext(state.context_lost_reason);
  /external/chromium_org/gpu/command_buffer/common/
command_buffer.h 28 context_lost_reason(error::kUnknown),
52 error::ContextLostReason context_lost_reason; member in struct:gpu::CommandBuffer::State
command_buffer_mock.h 39 void(error::ContextLostReason context_lost_reason));
command_buffer_shared_test.cc 36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 110 state_.context_lost_reason = reason;
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 47 state.context_lost_reason = context_lost_reason_;
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.cc 240 last_state_.context_lost_reason =
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 430 command_buffer_->GetLastState().context_lost_reason);
command_buffer_proxy_impl.cc 69 last_state_.context_lost_reason = reason;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 656 route_id_, state.context_lost_reason);
665 handle_.is_null(), state.context_lost_reason, active_url_));
    [all...]

Completed in 868 milliseconds