HomeSort by relevance Sort by last modified time
    Searched refs:CommandBuffer (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/mojo/services/gles2/
command_buffer_type_conversions.h 17 struct TypeConverter<CommandBufferStatePtr, gpu::CommandBuffer::State> {
18 static CommandBufferStatePtr Convert(const gpu::CommandBuffer::State& input);
22 struct TypeConverter<gpu::CommandBuffer::State, CommandBufferStatePtr> {
23 static gpu::CommandBuffer::State Convert(const CommandBufferStatePtr& input);
command_buffer_type_conversions.cc 12 TypeConverter<CommandBufferStatePtr, gpu::CommandBuffer::State>::Convert(
13 const gpu::CommandBuffer::State& input) {
25 gpu::CommandBuffer::State
26 TypeConverter<gpu::CommandBuffer::State, CommandBufferStatePtr>::Convert(
28 gpu::CommandBuffer::State state;
command_buffer_impl.h 33 class CommandBufferImpl : public InterfaceImpl<CommandBuffer> {
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper.cc 10 GLES2CmdHelper::GLES2CmdHelper(CommandBuffer* command_buffer)
gles2_cmd_helper.h 18 explicit GLES2CmdHelper(CommandBuffer* command_buffer);
mapped_memory.cc 37 CommandBuffer* cmd_buf = helper_->command_buffer();
85 CommandBuffer* cmd_buf = helper_->command_buffer();
128 CommandBuffer* cmd_buf = helper_->command_buffer();
  /external/chromium_org/mojo/services/native_viewport/
gpu_impl.h 35 InterfaceRequest<CommandBuffer> command_buffer_request) OVERRIDE;
38 InterfaceRequest<CommandBuffer> command_buffer_request) OVERRIDE;
gpu_impl.cc 26 InterfaceRequest<CommandBuffer> command_buffer_request) {
37 InterfaceRequest<CommandBuffer> command_buffer_request) {
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.cc 39 error::Error CommandBuffer::GetLastError() {
command_buffer.h 18 // Common interface for CommandBuffer implementations.
19 class GPU_EXPORT CommandBuffer {
67 CommandBuffer() {
70 virtual ~CommandBuffer() {
133 DISALLOW_COPY_AND_ASSIGN(CommandBuffer);
command_buffer_shared_test.cc 27 CommandBuffer::State state;
43 CommandBuffer::State state;
69 CommandBuffer::State last_state;
71 CommandBuffer::State state = last_state;
command_buffer_shared.h 59 typedef SharedState<CommandBuffer::State> CommandBufferSharedState;
  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler_mock.h 15 explicit MockGpuScheduler(CommandBuffer* command_buffer)
gpu_scheduler_unittest.cc 45 CommandBuffer::State default_state;
87 CommandBuffer::State state;
100 CommandBuffer::State state;
123 CommandBuffer::State state;
147 CommandBuffer::State state;
168 CommandBuffer::State state;
189 CommandBuffer::State state;
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h 44 virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
46 virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
55 virtual gpu::CommandBuffer* GetCommandBuffer() OVERRIDE;
90 gpu::CommandBuffer::State* state,
95 gpu::CommandBuffer::State* state,
ppapi_command_buffer_proxy.h 27 class PPAPI_PROXY_EXPORT PpapiCommandBufferProxy : public gpu::CommandBuffer,
35 // gpu::CommandBuffer implementation:
68 void UpdateState(const gpu::CommandBuffer::State& state, bool success);
ppb_graphics_3d_proxy.cc 39 gpu::CommandBuffer::State GetErrorState() {
40 gpu::CommandBuffer::State error_state;
87 gpu::CommandBuffer::State Graphics3D::WaitForTokenInRange(int32_t start,
92 gpu::CommandBuffer::State Graphics3D::WaitForGetOffsetInRange(int32_t start,
111 gpu::CommandBuffer* Graphics3D::GetCommandBuffer() {
246 sizeof(gpu::CommandBuffer::State));
262 gpu::CommandBuffer::State* state,
277 gpu::CommandBuffer::State* state,
ppapi_command_buffer_proxy.cc 36 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
66 gpu::CommandBuffer::State state;
85 gpu::CommandBuffer::State state;
227 const gpu::CommandBuffer::State& state,
  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 35 virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
37 virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
68 virtual gpu::CommandBuffer* GetCommandBuffer() OVERRIDE;
  /external/chromium_org/mojo/examples/pepper_container_app/
graphics_3d_resource.cc 19 gpu::CommandBuffer::State GetErrorState() {
20 gpu::CommandBuffer::State error_state;
107 gpu::CommandBuffer::State Graphics3DResource::WaitForTokenInRange(int32_t start,
113 gpu::CommandBuffer::State Graphics3DResource::WaitForGetOffsetInRange(
graphics_3d_resource.h 42 virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
44 virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(
  /external/chromium_org/gpu/ipc/
gpu_command_buffer_traits.h 20 struct GPU_EXPORT ParamTraits<gpu::CommandBuffer::State> {
21 typedef gpu::CommandBuffer::State param_type;
gpu_command_buffer_traits.cc 10 void ParamTraits<gpu::CommandBuffer::State> ::Write(Message* m,
20 bool ParamTraits<gpu::CommandBuffer::State> ::Read(const Message* m,
37 void ParamTraits<gpu::CommandBuffer::State> ::Log(const param_type& p,
39 l->append("<CommandBuffer::State>");
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_api.h 38 virtual gpu::CommandBuffer::State WaitForTokenInRange(int32_t start,
40 virtual gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 17 class CommandBuffer;
64 virtual gpu::CommandBuffer* GetCommandBuffer() = 0;

Completed in 394 milliseconds

1 2