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

/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.h45 class CommandBufferProxyImpl class in namespace:content
49 public base::SupportsWeakPtr<CommandBufferProxyImpl> {
53 // Called during the destruction of the CommandBufferProxyImpl.
63 CommandBufferProxyImpl(GpuChannelHost* channel, int route_id);
64 virtual ~CommandBufferProxyImpl();
139 // CommandBufferProxyImpl implementation.
209 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl);
H A Dcommand_buffer_proxy_impl.cc24 CommandBufferProxyImpl::CommandBufferProxyImpl( function in class:content::CommandBufferProxyImpl
34 CommandBufferProxyImpl::~CommandBufferProxyImpl() {
49 bool CommandBufferProxyImpl::OnMessageReceived(const IPC::Message& message) {
51 IPC_BEGIN_MESSAGE_MAP(CommandBufferProxyImpl, message)
66 void CommandBufferProxyImpl::OnChannelError() {
70 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) {
75 // CommandBufferProxyImpl and create a new one.
86 void CommandBufferProxyImpl
[all...]

Completed in 98 milliseconds