HomeSort by relevance Sort by last modified time
    Searched refs:CommandBufferService (Results 1 - 14 of 14) 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::GetState() {
53 CommandBufferService::State CommandBufferService::GetLastState() {
57 int32 CommandBufferService::GetLastToken()
    [all...]
command_buffer_service.h 19 class GPU_EXPORT CommandBufferService : public CommandBuffer {
22 explicit CommandBufferService(
24 virtual ~CommandBufferService();
86 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 305 scoped_ptr<CommandBufferService> command_buffer(
306 new CommandBufferService(transfer_buffer_manager_.get()));
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 23 class CommandBufferService;
102 scoped_ptr<CommandBufferService> command_buffer_;
gl_manager.cc 130 command_buffer_.reset(new CommandBufferService(
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 20 class CommandBufferService;
84 scoped_ptr<gpu::CommandBufferService> command_buffer_;
display.cc 111 scoped_ptr<gpu::CommandBufferService> command_buffer(
112 new gpu::CommandBufferService(transfer_buffer_manager_.get()));
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 54 new CommandBufferService(transfer_buffer_manager_.get()));
144 scoped_ptr<CommandBufferService> command_buffer_;
ring_buffer_test.cc 78 new CommandBufferService(transfer_buffer_manager_.get()));
104 scoped_ptr<CommandBufferService> command_buffer_;
mapped_memory_unittest.cc 53 new CommandBufferService(transfer_buffer_manager_.get()));
79 scoped_ptr<CommandBufferService> command_buffer_;
fenced_allocator_test.cc 56 new CommandBufferService(transfer_buffer_manager_.get()));
82 scoped_ptr<CommandBufferService> command_buffer_;
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 235 scoped_ptr<gpu::CommandBufferService> command_buffer_;
gpu_command_buffer_stub.cc 404 command_buffer_.reset(new gpu::CommandBufferService(
408 DLOG(ERROR) << "CommandBufferService failed to initialize.\n";
    [all...]

Completed in 281 milliseconds