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

/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h51 class GpuCommandBufferStub class in namespace:content
55 public base::SupportsWeakPtr<GpuCommandBufferStub> {
69 GpuCommandBufferStub(
71 GpuCommandBufferStub* share_group,
86 virtual ~GpuCommandBufferStub();
285 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
H A Dgpu_command_buffer_stub.cc116 GpuCommandBufferStub::GpuCommandBufferStub( function in class:content::GpuCommandBufferStub
118 GpuCommandBufferStub* share_group,
174 GpuCommandBufferStub::~GpuCommandBufferStub() {
181 GpuMemoryManager* GpuCommandBufferStub::GetMemoryManager() const {
185 bool GpuCommandBufferStub::OnMessageReceived(const IPC::Message& message) {
207 IPC_BEGIN_MESSAGE_MAP(GpuCommandBufferStub, message)
261 bool GpuCommandBufferStub::Send(IPC::Message* message) {
265 bool GpuCommandBufferStub
[all...]

Completed in 444 milliseconds