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

/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.h49 class GpuCommandBufferStub class in namespace:content
53 public base::SupportsWeakPtr<GpuCommandBufferStub> {
67 GpuCommandBufferStub(
69 GpuCommandBufferStub* share_group,
83 virtual ~GpuCommandBufferStub();
281 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
H A Dgpu_command_buffer_stub.cc147 GpuCommandBufferStub::GpuCommandBufferStub( function in class:content::GpuCommandBufferStub
149 GpuCommandBufferStub* share_group,
203 GpuCommandBufferStub::~GpuCommandBufferStub() {
210 GpuMemoryManager* GpuCommandBufferStub::GetMemoryManager() const {
214 bool GpuCommandBufferStub::OnMessageReceived(const IPC::Message& message) {
241 IPC_BEGIN_MESSAGE_MAP(GpuCommandBufferStub, message)
294 bool GpuCommandBufferStub::Send(IPC::Message* message) {
298 bool GpuCommandBufferStub
[all...]

Completed in 63 milliseconds