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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 147 GpuCommandBufferStub::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::IsScheduled()
    [all...]
stream_texture_android.h 23 public GpuCommandBufferStub::DestructionObserver {
25 static bool Create(GpuCommandBufferStub* owner_stub,
30 StreamTexture(GpuCommandBufferStub* owner_stub,
51 // GpuCommandBufferStub::DestructionObserver implementation.
79 GpuCommandBufferStub* owner_stub_;
image_transport_surface_linux.cc 12 GpuCommandBufferStub* stub,
image_transport_surface_win.cc 26 GpuCommandBufferStub* stub,
image_transport_surface.h 42 class GpuCommandBufferStub;
71 GpuCommandBufferStub* stub,
93 GpuCommandBufferStub* stub,
106 GpuCommandBufferStub* stub,
145 GpuCommandBufferStub* stub() const { return stub_.get(); }
165 base::WeakPtr<GpuCommandBufferStub> stub_;
179 GpuCommandBufferStub* stub,
image_transport_surface_android.cc 38 GpuCommandBufferStub* stub,
62 GpuCommandBufferStub* stub,
77 GpuCommandBufferStub* stub,
150 GpuCommandBufferStub* stub,
166 GpuCommandBufferStub* stub,
image_transport_surface_fbo_mac.h 23 public GpuCommandBufferStub::DestructionObserver {
61 GpuCommandBufferStub* stub,
94 // GpuCommandBufferStub::DestructionObserver implementation.
texture_image_transport_surface.h 24 public GpuCommandBufferStub::DestructionObserver,
28 GpuCommandBufferStub* stub,
58 // GpuCommandBufferStub::DestructionObserver implementation.
gpu_command_buffer_stub.h 49 class GpuCommandBufferStub
53 public base::SupportsWeakPtr<GpuCommandBufferStub> {
67 GpuCommandBufferStub(
69 GpuCommandBufferStub* share_group,
83 virtual ~GpuCommandBufferStub();
281 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
gpu_channel.cc 361 GpuCommandBufferStub* stub = gpu_channel->LookupCommandBuffer(routing_id);
563 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
573 scoped_ptr<GpuCommandBufferStub> stub(
574 new GpuCommandBufferStub(this,
599 GpuCommandBufferStub* GpuChannel::LookupCommandBuffer(int32 route_id) {
608 for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
637 for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
700 GpuCommandBufferStub* stub = NULL;
783 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
785 scoped_ptr<GpuCommandBufferStub> stub(new GpuCommandBufferStub
    [all...]
gpu_channel.h 117 GpuCommandBufferStub* LookupCommandBuffer(int32 route_id);
210 typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap;
stream_texture_android.cc 27 GpuCommandBufferStub* owner_stub,
63 StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
image_transport_surface.cc 34 GpuCommandBufferStub* stub,
49 GpuCommandBufferStub* stub,
219 GpuCommandBufferStub* stub,
texture_image_transport_surface.cc 40 GpuCommandBufferStub* stub,
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.h 32 public GpuCommandBufferStub::DestructionObserver {
39 GpuCommandBufferStub* stub,
56 // GpuCommandBufferStub::DestructionObserver implementation.
94 // Unowned pointer to the underlying GpuCommandBufferStub. |this| is
97 GpuCommandBufferStub* stub_;
gpu_video_encode_accelerator.h 31 public GpuCommandBufferStub::DestructionObserver {
33 GpuVideoEncodeAccelerator(int32 host_route_id, GpuCommandBufferStub* stub);
56 // GpuCommandBufferStub::DestructionObserver implementation.
90 // Unowned pointer to the underlying GpuCommandBufferStub. |this| is
93 GpuCommandBufferStub* stub_;
gpu_video_encode_accelerator.cc 36 const base::WeakPtr<GpuCommandBufferStub> stub) {
51 GpuCommandBufferStub* stub)
gpu_video_decode_accelerator.cc 49 const base::WeakPtr<GpuCommandBufferStub> stub) {
125 GpuCommandBufferStub* stub,

Completed in 271 milliseconds