HomeSort by relevance Sort by last modified time
    Searched defs:command_buffer (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/android/forwarder2/
command.cc 46 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/
ppb_graphics_3d_shared.cc 8 #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/gpu/command_buffer/client/
cmd_buffer_helper.h 13 #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
transfer_buffer_unittest.cc 7 #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(), DestroyTransferBuffer(_)
242 MockClientCommandBufferCanFail* command_buffer() const { function in class:gpu::TransferBufferExpandContractTest
    [all...]
gles2_implementation_unittest.cc 7 #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()));
432 MockClientCommandBuffer* command_buffer() const { function in class:gpu::gles2::GLES2ImplementationTest
    [all...]

Completed in 1425 milliseconds