Searched refs:CommandBufferService (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service.cc19 CommandBufferService::CommandBufferService( function in class:gpu::CommandBufferService
33 CommandBufferService::~CommandBufferService() {
36 bool CommandBufferService::Initialize() {
40 CommandBufferService::State CommandBufferService::GetLastState() {
53 int32 CommandBufferService::GetLastToken() {
57 void CommandBufferService::UpdateState() {
59 CommandBufferService
[all...]
H A Dcommand_buffer_service.h40 class GPU_EXPORT CommandBufferService : public CommandBufferServiceBase { class in namespace:gpu
43 explicit CommandBufferService(
45 virtual ~CommandBufferService();
107 DISALLOW_COPY_AND_ASSIGN(CommandBufferService);
H A Dcommand_buffer_service_unittest.cc32 new CommandBufferService(transfer_buffer_manager_.get()));
61 scoped_ptr<CommandBufferService> command_buffer_;
H A Din_process_command_buffer.cc322 scoped_ptr<CommandBufferService> command_buffer(
323 new CommandBufferService(transfer_buffer_manager_.get()));
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.h16 class CommandBufferService;
68 scoped_ptr<gpu::CommandBufferService> command_buffer_;
H A Dcommand_buffer_impl.cc111 new gpu::CommandBufferService(context_group->transfer_buffer_manager()));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.h25 class CommandBufferService;
118 scoped_ptr<CommandBufferService> command_buffer_;
H A Dgl_manager.cc180 command_buffer_.reset(new CommandBufferService(
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.h21 class CommandBufferService;
104 scoped_ptr<gpu::CommandBufferService> command_buffer_;
H A Ddisplay.cc112 scoped_ptr<gpu::CommandBufferService> command_buffer(
113 new gpu::CommandBufferService(transfer_buffer_manager_.get()));
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer_test.cc79 new CommandBufferService(transfer_buffer_manager_.get()));
105 scoped_ptr<CommandBufferService> command_buffer_;
H A Dcmd_buffer_helper_test.cc39 // 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);
H A Dmapped_memory_unittest.cc54 new CommandBufferService(transfer_buffer_manager_.get()));
80 scoped_ptr<CommandBufferService> command_buffer_;
H A Dfenced_allocator_test.cc57 new CommandBufferService(transfer_buffer_manager_.get()));
83 scoped_ptr<CommandBufferService> command_buffer_;
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h247 scoped_ptr<gpu::CommandBufferService> command_buffer_;
H A Dgpu_command_buffer_stub.cc464 command_buffer_.reset(new gpu::CommandBufferService(

Completed in 4632 milliseconds