GpuChannelManager 388 content/common/gpu/gpu_channel.cc GpuChannel::GpuChannel(GpuChannelManager* gpu_channel_manager, GpuChannelManager 43 content/common/gpu/gpu_channel.h class GpuChannelManager; GpuChannelManager 54 content/common/gpu/gpu_channel.h GpuChannel(GpuChannelManager* gpu_channel_manager, GpuChannelManager 65 content/common/gpu/gpu_channel.h GpuChannelManager* gpu_channel_manager() const { GpuChannelManager 181 content/common/gpu/gpu_channel.h GpuChannelManager* gpu_channel_manager_; GpuChannelManager 24 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::ImageOperation::ImageOperation( GpuChannelManager 30 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::ImageOperation::~ImageOperation() { GpuChannelManager 33 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::GpuChannelManager(MessageRouter* router, GpuChannelManager 51 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::~GpuChannelManager() { GpuChannelManager 60 content/common/gpu/gpu_channel_manager.cc gpu::gles2::ProgramCache* GpuChannelManager::program_cache() { GpuChannelManager 72 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::shader_translator_cache() { GpuChannelManager 78 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::RemoveChannel(int client_id) { GpuChannelManager 83 content/common/gpu/gpu_channel_manager.cc int GpuChannelManager::GenerateRouteID() { GpuChannelManager 88 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::AddRoute(int32 routing_id, IPC::Listener* listener) { GpuChannelManager 92 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::RemoveRoute(int32 routing_id) { GpuChannelManager 96 content/common/gpu/gpu_channel_manager.cc GpuChannel* GpuChannelManager::LookupChannel(int32 client_id) { GpuChannelManager 104 content/common/gpu/gpu_channel_manager.cc bool GpuChannelManager::OnMessageReceived(const IPC::Message& msg) { GpuChannelManager 107 content/common/gpu/gpu_channel_manager.cc IPC_BEGIN_MESSAGE_MAP_EX(GpuChannelManager, msg, msg_is_ok) GpuChannelManager 120 content/common/gpu/gpu_channel_manager.cc bool GpuChannelManager::Send(IPC::Message* msg) { return router_->Send(msg); } GpuChannelManager 122 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnEstablishChannel(int client_id, bool share_context) { GpuChannelManager 158 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnCloseChannel( GpuChannelManager 169 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnCreateViewCommandBuffer( GpuChannelManager 186 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::CreateImage( GpuChannelManager 198 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnCreateImage( GpuChannelManager 206 content/common/gpu/gpu_channel_manager.cc new ImageOperation(0, base::Bind(&GpuChannelManager::CreateImage, GpuChannelManager 214 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::DeleteImage(int32 client_id, int32 image_id) { GpuChannelManager 221 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnDeleteImage( GpuChannelManager 230 content/common/gpu/gpu_channel_manager.cc base::Bind(&GpuChannelManager::DeleteImage, GpuChannelManager 237 content/common/gpu/gpu_channel_manager.cc base::Bind(&GpuChannelManager::OnDeleteImageSyncPointRetired, GpuChannelManager 244 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnDeleteImageSyncPointRetired( GpuChannelManager 261 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnLoadedShader(std::string program_proto) { GpuChannelManager 266 content/common/gpu/gpu_channel_manager.cc bool GpuChannelManager::HandleMessagesScheduled() { GpuChannelManager 275 content/common/gpu/gpu_channel_manager.cc uint64 GpuChannelManager::MessagesProcessed() { GpuChannelManager 285 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::LoseAllContexts() { GpuChannelManager 292 content/common/gpu/gpu_channel_manager.cc base::Bind(&GpuChannelManager::OnLoseAllContexts, GpuChannelManager 296 content/common/gpu/gpu_channel_manager.cc void GpuChannelManager::OnLoseAllContexts() { GpuChannelManager 300 content/common/gpu/gpu_channel_manager.cc gfx::GLSurface* GpuChannelManager::GetDefaultOffscreenSurface() { GpuChannelManager 56 content/common/gpu/gpu_channel_manager.h class GpuChannelManager : public IPC::Listener, GpuChannelManager 59 content/common/gpu/gpu_channel_manager.h GpuChannelManager(MessageRouter* router, GpuChannelManager 63 content/common/gpu/gpu_channel_manager.h virtual ~GpuChannelManager(); GpuChannelManager 79 content/common/gpu/gpu_channel_manager.h base::WeakPtrFactory<GpuChannelManager> weak_factory_; GpuChannelManager 153 content/common/gpu/gpu_channel_manager.h DISALLOW_COPY_AND_ASSIGN(GpuChannelManager); GpuChannelManager 168 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* gpu_channel_manager = channel_->gpu_channel_manager(); GpuChannelManager 357 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* gpu_channel_manager = channel_->gpu_channel_manager(); GpuChannelManager 439 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* manager = channel_->gpu_channel_manager(); GpuChannelManager 569 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* gpu_channel_manager = channel_->gpu_channel_manager(); GpuChannelManager 653 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* gpu_channel_manager = channel_->gpu_channel_manager(); GpuChannelManager 784 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* manager = channel_->gpu_channel_manager(); GpuChannelManager 791 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* manager = channel_->gpu_channel_manager(); GpuChannelManager 818 content/common/gpu/gpu_command_buffer_stub.cc GpuChannelManager* manager = channel_->gpu_channel_manager(); GpuChannelManager 51 content/common/gpu/gpu_memory_manager.cc GpuChannelManager* channel_manager, GpuChannelManager 23 content/common/gpu/gpu_memory_manager.h class GpuChannelManager; GpuChannelManager 44 content/common/gpu/gpu_memory_manager.h GpuMemoryManager(GpuChannelManager* channel_manager, GpuChannelManager 212 content/common/gpu/gpu_memory_manager.h GpuChannelManager* channel_manager_; GpuChannelManager 29 content/common/gpu/image_transport_surface.cc GpuChannelManager* manager, GpuChannelManager 44 content/common/gpu/image_transport_surface.cc GpuChannelManager* manager, GpuChannelManager 217 content/common/gpu/image_transport_surface.cc GpuChannelManager* manager, GpuChannelManager 41 content/common/gpu/image_transport_surface.h class GpuChannelManager; GpuChannelManager 71 content/common/gpu/image_transport_surface.h GpuChannelManager* manager, GpuChannelManager 93 content/common/gpu/image_transport_surface.h GpuChannelManager* manager, GpuChannelManager 106 content/common/gpu/image_transport_surface.h GpuChannelManager* manager, GpuChannelManager 146 content/common/gpu/image_transport_surface.h GpuChannelManager* manager() const { return manager_; } GpuChannelManager 166 content/common/gpu/image_transport_surface.h GpuChannelManager* manager_; GpuChannelManager 181 content/common/gpu/image_transport_surface.h PassThroughImageTransportSurface(GpuChannelManager* manager, GpuChannelManager 37 content/common/gpu/image_transport_surface_android.cc ImageTransportSurfaceAndroid(GpuChannelManager* manager, GpuChannelManager 61 content/common/gpu/image_transport_surface_android.cc DirectSurfaceAndroid(GpuChannelManager* manager, GpuChannelManager 77 content/common/gpu/image_transport_surface_android.cc GpuChannelManager* manager, GpuChannelManager 149 content/common/gpu/image_transport_surface_android.cc DirectSurfaceAndroid::DirectSurfaceAndroid(GpuChannelManager* manager, GpuChannelManager 166 content/common/gpu/image_transport_surface_android.cc GpuChannelManager* manager, GpuChannelManager 11 content/common/gpu/image_transport_surface_linux.cc GpuChannelManager* manager, GpuChannelManager 42 content/common/gpu/image_transport_surface_mac.cc IOSurfaceImageTransportSurface(GpuChannelManager* manager, GpuChannelManager 132 content/common/gpu/image_transport_surface_mac.cc GpuChannelManager* manager, GpuChannelManager 520 content/common/gpu/image_transport_surface_mac.cc GpuChannelManager* manager, GpuChannelManager 25 content/common/gpu/image_transport_surface_win.cc GpuChannelManager* manager, GpuChannelManager 39 content/common/gpu/texture_image_transport_surface.cc GpuChannelManager* manager, GpuChannelManager 66 content/common/gpu/texture_image_transport_surface.cc GpuChannelManager* manager = helper_->manager(); GpuChannelManager 20 content/common/gpu/texture_image_transport_surface.h class GpuChannelManager; GpuChannelManager 27 content/common/gpu/texture_image_transport_surface.h TextureImageTransportSurface(GpuChannelManager* manager, GpuChannelManager 152 content/gpu/gpu_child_thread.cc new GpuChannelManager(GetRouter(), GpuChannelManager 86 content/gpu/gpu_child_thread.h scoped_ptr<GpuChannelManager> gpu_channel_manager_;