HomeSort by relevance Sort by last modified time
    Searched defs:GpuCommandBufferStub (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 103 GpuCommandBufferStub::GpuCommandBufferStub(
105 GpuCommandBufferStub* share_group,
157 GpuCommandBufferStub::~GpuCommandBufferStub() {
164 GpuMemoryManager* GpuCommandBufferStub::GetMemoryManager() {
168 bool GpuCommandBufferStub::OnMessageReceived(const IPC::Message& message) {
187 IPC_BEGIN_MESSAGE_MAP(GpuCommandBufferStub, message)
236 bool GpuCommandBufferStub::Send(IPC::Message* message) {
240 bool GpuCommandBufferStub::IsScheduled()
    [all...]
gpu_command_buffer_stub.h 47 class GpuCommandBufferStub
51 public base::SupportsWeakPtr<GpuCommandBufferStub> {
65 GpuCommandBufferStub(
67 GpuCommandBufferStub* share_group,
83 virtual ~GpuCommandBufferStub();
256 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);

Completed in 147 milliseconds