GpuCommandBufferStub  350 content/common/gpu/gpu_channel.cc       GpuCommandBufferStub* stub = gpu_channel->get()->LookupCommandBuffer(
GpuCommandBufferStub  569 content/common/gpu/gpu_channel.cc   GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
GpuCommandBufferStub  580 content/common/gpu/gpu_channel.cc   scoped_ptr<GpuCommandBufferStub> stub(
GpuCommandBufferStub  581 content/common/gpu/gpu_channel.cc       new GpuCommandBufferStub(this,
GpuCommandBufferStub  602 content/common/gpu/gpu_channel.cc GpuCommandBufferStub* GpuChannel::LookupCommandBuffer(int32 route_id) {
GpuCommandBufferStub  644 content/common/gpu/gpu_channel.cc   for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
GpuCommandBufferStub  683 content/common/gpu/gpu_channel.cc   for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
GpuCommandBufferStub  723 content/common/gpu/gpu_channel.cc   GpuCommandBufferStub* stub = stubs_.Lookup(m->routing_id());
GpuCommandBufferStub  794 content/common/gpu/gpu_channel.cc   GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
GpuCommandBufferStub  798 content/common/gpu/gpu_channel.cc   scoped_ptr<GpuCommandBufferStub> stub(new GpuCommandBufferStub(
GpuCommandBufferStub  826 content/common/gpu/gpu_channel.cc   GpuCommandBufferStub* stub = stubs_.Lookup(route_id);
GpuCommandBufferStub  875 content/common/gpu/gpu_channel.cc   for (StubMap::Iterator<GpuCommandBufferStub> it(&stubs_);
GpuCommandBufferStub  121 content/common/gpu/gpu_channel.h   GpuCommandBufferStub* LookupCommandBuffer(int32 route_id);
GpuCommandBufferStub  107 content/common/gpu/gpu_command_buffer_stub.cc GpuCommandBufferStub::GpuCommandBufferStub(
GpuCommandBufferStub  109 content/common/gpu/gpu_command_buffer_stub.cc     GpuCommandBufferStub* share_group,
GpuCommandBufferStub  165 content/common/gpu/gpu_command_buffer_stub.cc GpuCommandBufferStub::~GpuCommandBufferStub() {
GpuCommandBufferStub  172 content/common/gpu/gpu_command_buffer_stub.cc GpuMemoryManager* GpuCommandBufferStub::GetMemoryManager() const {
GpuCommandBufferStub  176 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::OnMessageReceived(const IPC::Message& message) {
GpuCommandBufferStub  196 content/common/gpu/gpu_command_buffer_stub.cc   IPC_BEGIN_MESSAGE_MAP(GpuCommandBufferStub, message)
GpuCommandBufferStub  247 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::Send(IPC::Message* message) {
GpuCommandBufferStub  251 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::IsScheduled() {
GpuCommandBufferStub  255 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::HasMoreWork() {
GpuCommandBufferStub  259 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::PollWork() {
GpuCommandBufferStub  296 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::HasUnprocessedCommands() {
GpuCommandBufferStub  305 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::ScheduleDelayedWork(int64 delay) {
GpuCommandBufferStub  336 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::PollWork, AsWeakPtr()),
GpuCommandBufferStub  340 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnEcho(const IPC::Message& message) {
GpuCommandBufferStub  345 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::MakeCurrent() {
GpuCommandBufferStub  355 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::Destroy() {
GpuCommandBufferStub  393 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnInitializeFailed(IPC::Message* reply_message) {
GpuCommandBufferStub  400 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnInitialize(
GpuCommandBufferStub  529 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::SendConsoleMessage,
GpuCommandBufferStub  532 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::SendCachedShader,
GpuCommandBufferStub  535 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::OnWaitSyncPoint,
GpuCommandBufferStub  539 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::PutChanged, base::Unretained(this)));
GpuCommandBufferStub  544 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::OnParseError, base::Unretained(this)));
GpuCommandBufferStub  551 content/common/gpu/gpu_command_buffer_stub.cc         base::Bind(&GpuCommandBufferStub::OnCommandProcessed,
GpuCommandBufferStub  575 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSetLatencyInfo(
GpuCommandBufferStub  584 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnCreateStreamTexture(uint32 texture_id,
GpuCommandBufferStub  593 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SetLatencyInfoCallback(
GpuCommandBufferStub  598 content/common/gpu/gpu_command_buffer_stub.cc int32 GpuCommandBufferStub::GetRequestedAttribute(int attr) const {
GpuCommandBufferStub  610 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSetGetBuffer(int32 shm_id,
GpuCommandBufferStub  618 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnProduceFrontBuffer(const gpu::Mailbox& mailbox) {
GpuCommandBufferStub  628 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnGetState(IPC::Message* reply_message) {
GpuCommandBufferStub  641 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnParseError() {
GpuCommandBufferStub  660 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnGetStateFast(IPC::Message* reply_message) {
GpuCommandBufferStub  669 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnAsyncFlush(int32 put_offset,
GpuCommandBufferStub  686 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnRescheduled() {
GpuCommandBufferStub  695 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnRegisterTransferBuffer(
GpuCommandBufferStub  716 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnDestroyTransferBuffer(int32 id) {
GpuCommandBufferStub  723 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnCommandProcessed() {
GpuCommandBufferStub  728 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::ReportState() {
GpuCommandBufferStub  733 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::PutChanged() {
GpuCommandBufferStub  738 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnCreateVideoDecoder(
GpuCommandBufferStub  750 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnCreateVideoEncoder(
GpuCommandBufferStub  769 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSetSurfaceVisible(bool visible) {
GpuCommandBufferStub  775 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::AddSyncPoint(uint32 sync_point) {
GpuCommandBufferStub  779 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnRetireSyncPoint(uint32 sync_point) {
GpuCommandBufferStub  788 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::OnWaitSyncPoint(uint32 sync_point) {
GpuCommandBufferStub  803 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::OnSyncPointRetired,
GpuCommandBufferStub  808 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSyncPointRetired() {
GpuCommandBufferStub  817 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSignalSyncPoint(uint32 sync_point, uint32 id) {
GpuCommandBufferStub  821 content/common/gpu/gpu_command_buffer_stub.cc       base::Bind(&GpuCommandBufferStub::OnSignalSyncPointAck,
GpuCommandBufferStub  826 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSignalSyncPointAck(uint32 id) {
GpuCommandBufferStub  830 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSignalQuery(uint32 query_id, uint32 id) {
GpuCommandBufferStub  838 content/common/gpu/gpu_command_buffer_stub.cc           base::Bind(&GpuCommandBufferStub::OnSignalSyncPointAck,
GpuCommandBufferStub  850 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnReceivedClientManagedMemoryStats(
GpuCommandBufferStub  859 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnSetClientHasMemoryAllocationChangedCallback(
GpuCommandBufferStub  874 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnRegisterGpuMemoryBuffer(
GpuCommandBufferStub  899 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::OnDestroyGpuMemoryBuffer(int32 id) {
GpuCommandBufferStub  905 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SendConsoleMessage(
GpuCommandBufferStub  917 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SendCachedShader(
GpuCommandBufferStub  922 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::AddDestructionObserver(
GpuCommandBufferStub  927 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::RemoveDestructionObserver(
GpuCommandBufferStub  932 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SetPreemptByFlag(
GpuCommandBufferStub  939 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::GetTotalGpuMemory(uint64* bytes) {
GpuCommandBufferStub  944 content/common/gpu/gpu_command_buffer_stub.cc gfx::Size GpuCommandBufferStub::GetSurfaceSize() const {
GpuCommandBufferStub  950 content/common/gpu/gpu_command_buffer_stub.cc gpu::gles2::MemoryTracker* GpuCommandBufferStub::GetMemoryTracker() const {
GpuCommandBufferStub  954 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SetMemoryAllocation(
GpuCommandBufferStub  966 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::SuggestHaveFrontBuffer(
GpuCommandBufferStub  974 content/common/gpu/gpu_command_buffer_stub.cc bool GpuCommandBufferStub::CheckContextLost() {
GpuCommandBufferStub  987 content/common/gpu/gpu_command_buffer_stub.cc void GpuCommandBufferStub::MarkContextLost() {
GpuCommandBufferStub  998 content/common/gpu/gpu_command_buffer_stub.cc uint64 GpuCommandBufferStub::GetMemoryUsage() const {
GpuCommandBufferStub   50 content/common/gpu/gpu_command_buffer_stub.h class GpuCommandBufferStub
GpuCommandBufferStub   54 content/common/gpu/gpu_command_buffer_stub.h       public base::SupportsWeakPtr<GpuCommandBufferStub> {
GpuCommandBufferStub   68 content/common/gpu/gpu_command_buffer_stub.h   GpuCommandBufferStub(
GpuCommandBufferStub   70 content/common/gpu/gpu_command_buffer_stub.h       GpuCommandBufferStub* share_group,
GpuCommandBufferStub   85 content/common/gpu/gpu_command_buffer_stub.h   virtual ~GpuCommandBufferStub();
GpuCommandBufferStub  274 content/common/gpu/gpu_command_buffer_stub.h   DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
GpuCommandBufferStub   30 content/common/gpu/image_transport_surface.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   45 content/common/gpu/image_transport_surface.cc                                            GpuCommandBufferStub* stub,
GpuCommandBufferStub  218 content/common/gpu/image_transport_surface.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   42 content/common/gpu/image_transport_surface.h class GpuCommandBufferStub;
GpuCommandBufferStub   72 content/common/gpu/image_transport_surface.h       GpuCommandBufferStub* stub,
GpuCommandBufferStub   94 content/common/gpu/image_transport_surface.h       GpuCommandBufferStub* stub,
GpuCommandBufferStub  107 content/common/gpu/image_transport_surface.h                        GpuCommandBufferStub* stub,
GpuCommandBufferStub  147 content/common/gpu/image_transport_surface.h   GpuCommandBufferStub* stub() const { return stub_.get(); }
GpuCommandBufferStub  168 content/common/gpu/image_transport_surface.h   base::WeakPtr<GpuCommandBufferStub> stub_;
GpuCommandBufferStub  182 content/common/gpu/image_transport_surface.h                                    GpuCommandBufferStub* stub,
GpuCommandBufferStub   38 content/common/gpu/image_transport_surface_android.cc                                GpuCommandBufferStub* stub,
GpuCommandBufferStub   62 content/common/gpu/image_transport_surface_android.cc                        GpuCommandBufferStub* stub,
GpuCommandBufferStub   78 content/common/gpu/image_transport_surface_android.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub  150 content/common/gpu/image_transport_surface_android.cc                                            GpuCommandBufferStub* stub,
GpuCommandBufferStub  167 content/common/gpu/image_transport_surface_android.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   12 content/common/gpu/image_transport_surface_linux.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   40 content/common/gpu/image_transport_surface_mac.cc       public GpuCommandBufferStub::DestructionObserver {
GpuCommandBufferStub   43 content/common/gpu/image_transport_surface_mac.cc                                  GpuCommandBufferStub* stub,
GpuCommandBufferStub  133 content/common/gpu/image_transport_surface_mac.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub  521 content/common/gpu/image_transport_surface_mac.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   26 content/common/gpu/image_transport_surface_win.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   44 content/common/gpu/media/gpu_video_decode_accelerator.cc     const base::WeakPtr<GpuCommandBufferStub> stub) {
GpuCommandBufferStub  121 content/common/gpu/media/gpu_video_decode_accelerator.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   33 content/common/gpu/media/gpu_video_decode_accelerator.h       public GpuCommandBufferStub::DestructionObserver {
GpuCommandBufferStub   40 content/common/gpu/media/gpu_video_decode_accelerator.h       GpuCommandBufferStub* stub,
GpuCommandBufferStub   98 content/common/gpu/media/gpu_video_decode_accelerator.h   GpuCommandBufferStub* stub_;
GpuCommandBufferStub   27 content/common/gpu/media/gpu_video_encode_accelerator.cc     const base::WeakPtr<GpuCommandBufferStub> stub) {
GpuCommandBufferStub   42 content/common/gpu/media/gpu_video_encode_accelerator.cc                                                      GpuCommandBufferStub* stub)
GpuCommandBufferStub   31 content/common/gpu/media/gpu_video_encode_accelerator.h       public GpuCommandBufferStub::DestructionObserver {
GpuCommandBufferStub   33 content/common/gpu/media/gpu_video_encode_accelerator.h   GpuVideoEncodeAccelerator(int32 host_route_id, GpuCommandBufferStub* stub);
GpuCommandBufferStub   93 content/common/gpu/media/gpu_video_encode_accelerator.h   GpuCommandBufferStub* stub_;
GpuCommandBufferStub   27 content/common/gpu/stream_texture_android.cc     GpuCommandBufferStub* owner_stub,
GpuCommandBufferStub   65 content/common/gpu/stream_texture_android.cc StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
GpuCommandBufferStub   23 content/common/gpu/stream_texture_android.h                       public GpuCommandBufferStub::DestructionObserver {
GpuCommandBufferStub   25 content/common/gpu/stream_texture_android.h   static int32 Create(GpuCommandBufferStub* owner_stub,
GpuCommandBufferStub   29 content/common/gpu/stream_texture_android.h   StreamTexture(GpuCommandBufferStub* owner_stub,
GpuCommandBufferStub   72 content/common/gpu/stream_texture_android.h   GpuCommandBufferStub* owner_stub_;
GpuCommandBufferStub   40 content/common/gpu/texture_image_transport_surface.cc     GpuCommandBufferStub* stub,
GpuCommandBufferStub   24 content/common/gpu/texture_image_transport_surface.h       public GpuCommandBufferStub::DestructionObserver,
GpuCommandBufferStub   28 content/common/gpu/texture_image_transport_surface.h                                GpuCommandBufferStub* stub,