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

  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 25 CommandBufferProxyImpl::CommandBufferProxyImpl(
35 CommandBufferProxyImpl::~CommandBufferProxyImpl() {
41 bool CommandBufferProxyImpl::OnMessageReceived(const IPC::Message& message) {
43 IPC_BEGIN_MESSAGE_MAP(CommandBufferProxyImpl, message)
58 void CommandBufferProxyImpl::OnChannelError() {
62 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) {
67 // CommandBufferProxyImpl and create a new one.
78 void CommandBufferProxyImpl::OnEchoAck()
    [all...]
command_buffer_proxy_impl.h 46 class CommandBufferProxyImpl
50 public base::SupportsWeakPtr<CommandBufferProxyImpl> {
54 // Called during the destruction of the CommandBufferProxyImpl.
64 CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
65 virtual ~CommandBufferProxyImpl();
139 // CommandBufferProxyImpl implementation.
209 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl);

Completed in 56 milliseconds