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

  /external/chromium_org/content/browser/aura/
browser_compositor_output_surface.cc 73 WebGraphicsContext3DCommandBufferImpl* command_buffer = local
76 command_buffer->GetCommandBufferProxy();
  /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/content/renderer/gpu/
compositor_output_surface.cc 114 WebGraphicsContext3DCommandBufferImpl* command_buffer = local
117 command_buffer->GetCommandBufferProxy();
  /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"
112 gpu::CommandBuffer* command_buffer = GetCommandBuffer(); local
113 DCHECK(command_buffer);
116 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"
16 #include "gpu/command_buffer/common/logging.h"
38 explicit CommandBufferHelper(CommandBuffer* command_buffer);
214 CommandBuffer* command_buffer() const { function in class:gpu::CommandBufferHelper
transfer_buffer_unittest.cc 7 #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(), 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"
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(),
426 MockClientCommandBuffer* command_buffer() const { function in class:gpu::gles2::GLES2ImplementationTest
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 73 content::WebGraphicsContext3DCommandBufferImpl* command_buffer = variable
76 command_buffer->GetCommandBufferProxy();

Completed in 829 milliseconds