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

  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 19 CommandBufferService::CommandBufferService(
33 CommandBufferService::~CommandBufferService() {
36 bool CommandBufferService::Initialize() {
40 CommandBufferService::State CommandBufferService::GetLastState() {
53 int32 CommandBufferService::GetLastToken() {
57 void CommandBufferService::UpdateState() {
59 CommandBufferService::State state = GetLastState()
    [all...]
command_buffer_service.h 40 class GPU_EXPORT CommandBufferService : public CommandBufferServiceBase {
43 explicit CommandBufferService(
45 virtual ~CommandBufferService();
107 DISALLOW_COPY_AND_ASSIGN(CommandBufferService);
command_buffer_service_unittest.cc 32 new CommandBufferService(transfer_buffer_manager_.get()));
61 scoped_ptr<CommandBufferService> command_buffer_;
in_process_command_buffer.cc 322 scoped_ptr<CommandBufferService> command_buffer(
323 new CommandBufferService(transfer_buffer_manager_.get()));
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.h 16 class CommandBufferService;
68 scoped_ptr<gpu::CommandBufferService> command_buffer_;
command_buffer_impl.cc 111 new gpu::CommandBufferService(context_group->transfer_buffer_manager()));
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 25 class CommandBufferService;
118 scoped_ptr<CommandBufferService> command_buffer_;
gl_manager.cc 180 command_buffer_.reset(new CommandBufferService(
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 21 class CommandBufferService;
104 scoped_ptr<gpu::CommandBufferService> command_buffer_;
display.cc 112 scoped_ptr<gpu::CommandBufferService> command_buffer(
113 new gpu::CommandBufferService(transfer_buffer_manager_.get()));
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer_test.cc 79 new CommandBufferService(transfer_buffer_manager_.get()));
105 scoped_ptr<CommandBufferService> command_buffer_;
cmd_buffer_helper_test.cc 39 // Override CommandBufferService::Flush() to lock flushing and simulate
41 class CommandBufferServiceLocked : public CommandBufferService {
45 : CommandBufferService(transfer_buffer_manager),
55 CommandBufferService::Flush(put_offset);
69 CommandBufferService::Flush(last_flush_);
72 CommandBufferService::WaitForGetOffsetInRange(start, end);
mapped_memory_unittest.cc 54 new CommandBufferService(transfer_buffer_manager_.get()));
80 scoped_ptr<CommandBufferService> command_buffer_;
fenced_allocator_test.cc 57 new CommandBufferService(transfer_buffer_manager_.get()));
83 scoped_ptr<CommandBufferService> command_buffer_;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 247 scoped_ptr<gpu::CommandBufferService> command_buffer_;
gpu_command_buffer_stub.cc 464 command_buffer_.reset(new gpu::CommandBufferService(
    [all...]

Completed in 251 milliseconds