CommandBufferSharedState 519 content/common/gpu/client/command_buffer_proxy_impl.cc gpu::CommandBufferSharedState* CommandBufferProxyImpl::shared_state() const { CommandBufferSharedState 520 content/common/gpu/client/command_buffer_proxy_impl.cc return reinterpret_cast<gpu::CommandBufferSharedState*>( CommandBufferSharedState 170 content/common/gpu/client/command_buffer_proxy_impl.h gpu::CommandBufferSharedState* shared_state() const; CommandBufferSharedState 555 content/common/gpu/gpu_command_buffer_stub.cc const size_t kSharedStateSize = sizeof(gpu::CommandBufferSharedState); CommandBufferSharedState 19 gpu/command_buffer/common/command_buffer_shared_test.cc shared_state_.reset(new CommandBufferSharedState()); CommandBufferSharedState 23 gpu/command_buffer/common/command_buffer_shared_test.cc scoped_ptr<CommandBufferSharedState> shared_state_; CommandBufferSharedState 42 gpu/command_buffer/common/command_buffer_shared_test.cc CommandBufferSharedState* shared_state) { CommandBufferSharedState 112 gpu/command_buffer/service/command_buffer_service.cc static_cast<CommandBufferSharedState*>(shared_state_buffer_->GetMemory()); CommandBufferSharedState 95 gpu/command_buffer/service/command_buffer_service.h CommandBufferSharedState* shared_state_; CommandBufferSharedState 64 mojo/gles2/command_buffer_client_impl.cc const size_t kSharedStateSize = sizeof(gpu::CommandBufferSharedState); CommandBufferSharedState 72 mojo/gles2/command_buffer_client_impl.cc shared_state_ = static_cast<gpu::CommandBufferSharedState*>(memory); CommandBufferSharedState 98 mojo/gles2/command_buffer_client_impl.h gpu::CommandBufferSharedState* shared_state() const { return shared_state_; } CommandBufferSharedState 106 mojo/gles2/command_buffer_client_impl.h gpu::CommandBufferSharedState* shared_state_; CommandBufferSharedState 130 mojo/services/gles2/command_buffer_impl.cc const size_t kSize = sizeof(gpu::CommandBufferSharedState);