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

  /external/chromium_org/mojo/examples/pepper_container_app/
pepper_container_app.cc 88 CommandBufferPtr command_buffer; variable
89 viewport_->CreateGLES2Context(Get(&command_buffer));
90 return command_buffer.PassMessagePipe();
  /external/chromium_org/mojo/examples/sample_app/
sample_app.cc 41 CommandBufferPtr command_buffer; variable
42 viewport_->CreateGLES2Context(Get(&command_buffer));
43 gles2_client_.reset(new GLES2ClientImpl(command_buffer.Pass()));
  /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"
106 gpu::CommandBuffer* command_buffer = GetCommandBuffer(); local
107 DCHECK(command_buffer);
110 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 168 CommandBufferProxyImpl* command_buffer = local
170 AddRoute(route_id, command_buffer->AsWeakPtr());
173 proxies_[route_id] = command_buffer;
174 return command_buffer;
207 CommandBufferProxyImpl* command_buffer = local
209 AddRoute(route_id, command_buffer->AsWeakPtr());
212 proxies_[route_id] = command_buffer;
213 return command_buffer;
235 CommandBufferProxyImpl* command_buffer) {
238 int route_id = command_buffer->GetRouteID()
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
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(_)
254 MockClientCommandBufferCanFail* command_buffer() const { function in class:gpu::TransferBufferExpandContractTest
    [all...]
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"
46 explicit CommandBufferHelper(CommandBuffer* command_buffer);
267 CommandBuffer* command_buffer() const { function in class:gpu::CommandBufferHelper
gles2_implementation_unittest.cc 7 #include "gpu/command_buffer/client/gles2_implementation.h"
14 #include "gpu/command_buffer/client/client_test_helper.h"
15 #include "gpu/command_buffer/client/program_info_manager.h"
16 #include "gpu/command_buffer/client/transfer_buffer.h"
17 #include "gpu/command_buffer/common/command_buffer.h"
93 CommandBuffer* command_buffer,
97 : command_buffer_(command_buffer),
408 helper_.reset(new GLES2CmdHelper(command_buffer()));
469 command_buffer()->GetLastState().put_offset
486 MockClientCommandBuffer* command_buffer() const { function in class:gpu::gles2::GLES2ImplementationTest::TestContext
559 MockClientCommandBuffer* command_buffer() const { function in class:gpu::gles2::GLES2ImplementationTest
    [all...]

Completed in 222 milliseconds