Searched defs:command_buffer (Results 1 - 13 of 13) 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"
30 GpuScheduler::GpuScheduler(CommandBuffer* command_buffer, argument
33 : 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"
8 #include "gpu/command_buffer/common/command_buffer.h"
9 #include "gpu/command_buffer/common/trace_event.h"
18 CommandBufferHelper::CommandBufferHelper(CommandBuffer* command_buffer) argument
19 : command_buffer_(command_buffer),
40 context_lost_ = error::IsError(command_buffer()->GetLastError());
H A Dtransfer_buffer_unittest.cc7 #include "gpu/command_buffer/client/transfer_buffer.h"
9 #include "gpu/command_buffer/client/client_test_helper.h"
10 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
11 #include "gpu/command_buffer/common/command_buffer.h"
12 #include "gpu/command_buffer/common/compiler_specific.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(), 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"
16 #include "gpu/command_buffer/common/logging.h"
38 explicit CommandBufferHelper(CommandBuffer* command_buffer);
214 CommandBuffer* command_buffer() const { function in class:gpu::CommandBufferHelper
H A Dgles2_implementation_unittest.cc7 #include "gpu/command_buffer/client/gles2_implementation.h"
11 #include "gpu/command_buffer/client/client_test_helper.h"
12 #include "gpu/command_buffer/client/program_info_manager.h"
13 #include "gpu/command_buffer/client/transfer_buffer.h"
14 #include "gpu/command_buffer/common/command_buffer.h"
15 #include "gpu/command_buffer/common/compiler_specific.h"
91 CommandBuffer* command_buffer,
95 : command_buffer_(command_buffer),
361 command_buffer(),
90 MockTransferBuffer( CommandBuffer* command_buffer, unsigned int size, unsigned int result_size, unsigned int alignment) argument
426 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/content/browser/aura/
H A Dbrowser_compositor_output_surface.cc73 WebGraphicsContext3DCommandBufferImpl* command_buffer = local
76 command_buffer->GetCommandBufferProxy();
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc114 WebGraphicsContext3DCommandBufferImpl* command_buffer = local
117 command_buffer->GetCommandBufferProxy();
/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"
112 gpu::CommandBuffer* command_buffer = GetCommandBuffer(); local
113 DCHECK(command_buffer);
116 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc73 content::WebGraphicsContext3DCommandBufferImpl* command_buffer = variable
76 command_buffer->GetCommandBufferProxy();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc17 #include "gpu/command_buffer/common/mailbox.h"
132 CommandBufferProxyImpl* command_buffer =
134 AddRoute(route_id, command_buffer->AsWeakPtr());
137 proxies_[route_id] = command_buffer;
138 return command_buffer;
167 CommandBufferProxyImpl* command_buffer =
169 AddRoute(route_id, command_buffer->AsWeakPtr());
172 proxies_[route_id] = command_buffer;
173 return command_buffer;
188 CommandBufferProxyImpl* command_buffer) {
187 DestroyCommandBuffer( CommandBufferProxyImpl* command_buffer) argument
[all...]

Completed in 305 milliseconds