Searched defs:command_buffer (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler_mock.h8 #include "gpu/command_buffer/service/gpu_scheduler.h"
15 explicit MockGpuScheduler(CommandBuffer* command_buffer) argument
16 : GpuScheduler(command_buffer) {
H A Dgpu_scheduler.cc5 #include "gpu/command_buffer/service/gpu_scheduler.h"
31 GpuScheduler::GpuScheduler(CommandBuffer* command_buffer, argument
34 : command_buffer_(command_buffer),
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_cmd_helper.cc5 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
10 GLES2CmdHelper::GLES2CmdHelper(CommandBuffer* command_buffer) argument
11 : CommandBufferHelper(command_buffer) {
H A Dcmd_buffer_helper.cc7 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
10 #include "gpu/command_buffer/common/command_buffer.h"
11 #include "gpu/command_buffer/common/trace_event.h"
21 CommandBufferHelper::CommandBufferHelper(CommandBuffer* command_buffer) argument
22 : command_buffer_(command_buffer),
43 context_lost_ = error::IsError(command_buffer()->GetLastError());
H A Dtransfer_buffer_unittest.cc7 #include "gpu/command_buffer/client/transfer_buffer.h"
10 #include "gpu/command_buffer/client/client_test_helper.h"
11 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
12 #include "gpu/command_buffer/common/command_buffer.h"
52 MockClientCommandBufferMockFlush* command_buffer() const { function in class:gpu::TransferBufferTest
66 helper_.reset(new CommandBufferHelper(command_buffer()));
69 transfer_buffer_id_ = command_buffer()->GetNextFreeTransferBufferId();
76 EXPECT_CALL(*command_buffer(), DestroyTransferBuffer(_))
81 EXPECT_CALL(*command_buffer(), DestroyTransferBuffe
242 MockClientCommandBufferCanFail* command_buffer() const { function in class:gpu::TransferBufferExpandContractTest
[all...]
H A Dcmd_buffer_helper.h13 #include "gpu/command_buffer/common/cmd_buffer_common.h"
14 #include "gpu/command_buffer/common/command_buffer.h"
15 #include "gpu/command_buffer/common/constants.h"
37 explicit CommandBufferHelper(CommandBuffer* command_buffer);
213 CommandBuffer* command_buffer() const { function in class:gpu::CommandBufferHelper
H A Dgles2_implementation_unittest.cc7 #include "gpu/command_buffer/client/gles2_implementation.h"
12 #include "gpu/command_buffer/client/client_test_helper.h"
13 #include "gpu/command_buffer/client/program_info_manager.h"
14 #include "gpu/command_buffer/client/transfer_buffer.h"
15 #include "gpu/command_buffer/common/command_buffer.h"
91 CommandBuffer* command_buffer,
95 : command_buffer_(command_buffer),
361 command_buffer(),
366 helper_.reset(new GLES2CmdHelper(command_buffer()));
90 MockTransferBuffer( CommandBuffer* command_buffer, unsigned int size, unsigned int result_size, unsigned int alignment) argument
432 MockClientCommandBuffer* command_buffer() const { function in class:gpu::gles2::GLES2ImplementationTest
[all...]
/external/chromium_org/tools/android/forwarder2/
H A Dcommand.cc46 char command_buffer[kCommandStringSize + 1]; local
48 command_buffer[kCommandStringSize] = '\0';
50 int bytes_read = socket->ReadNumBytes(command_buffer, kCommandStringSize);
61 StringPiece port_str(command_buffer, kPortStringSize);
69 &command_buffer[kPortStringSize + 1], kCommandTypeStringSize);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc8 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
9 #include "gpu/command_buffer/client/gles2_implementation.h"
10 #include "gpu/command_buffer/client/transfer_buffer.h"
107 gpu::CommandBuffer* command_buffer = GetCommandBuffer(); local
108 DCHECK(command_buffer);
111 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc18 #include "gpu/command_buffer/common/mailbox.h"
143 CommandBufferProxyImpl* command_buffer =
145 AddRoute(route_id, command_buffer->AsWeakPtr());
148 proxies_[route_id] = command_buffer;
149 return command_buffer;
176 CommandBufferProxyImpl* command_buffer =
178 AddRoute(route_id, command_buffer->AsWeakPtr());
181 proxies_[route_id] = command_buffer;
182 return command_buffer;
212 CommandBufferProxyImpl* command_buffer) {
211 DestroyCommandBuffer( CommandBufferProxyImpl* command_buffer) argument
[all...]

Completed in 174 milliseconds