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

/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc23 GpuChannelManager::ImageOperation::ImageOperation(
29 GpuChannelManager::ImageOperation::~ImageOperation() {
32 GpuChannelManager::GpuChannelManager(ChildThread* gpu_child_thread, function in class:content::GpuChannelManager
50 GpuChannelManager::~GpuChannelManager() {
59 gpu::gles2::ProgramCache* GpuChannelManager::program_cache() {
70 void GpuChannelManager::RemoveChannel(int client_id) {
75 int GpuChannelManager::GenerateRouteID() {
80 void GpuChannelManager
[all...]
H A Dgpu_channel_manager.h51 // A GpuChannelManager is a thread responsible for issuing rendering commands
55 // A GpuChannelManager can also be hosted in the browser process in single
59 // IPC messages to the browser process IO thread on the GpuChannelManager's
61 class GpuChannelManager : public IPC::Listener, class in namespace:content
64 GpuChannelManager(ChildThread* gpu_child_thread,
68 virtual ~GpuChannelManager();
84 base::WeakPtrFactory<GpuChannelManager> weak_factory_;
151 DISALLOW_COPY_AND_ASSIGN(GpuChannelManager);

Completed in 78 milliseconds