OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandBufferProxyImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc
24
CommandBufferProxyImpl
::
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
::OnEchoAck()
[
all
...]
command_buffer_proxy_impl.h
45
class
CommandBufferProxyImpl
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
);
Completed in 24 milliseconds