Searched defs:CommandBufferProxyImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h46 class CommandBufferProxyImpl class in namespace:content
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);
H A Dcommand_buffer_proxy_impl.cc25 CommandBufferProxyImpl::CommandBufferProxyImpl( function in class:content::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
[all...]

Completed in 181 milliseconds