OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GpuChannelManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
23
GpuChannelManager
::ImageOperation::ImageOperation(
29
GpuChannelManager
::ImageOperation::~ImageOperation() {
32
GpuChannelManager
::
GpuChannelManager
(ChildThread* gpu_child_thread,
50
GpuChannelManager
::~
GpuChannelManager
() {
59
gpu::gles2::ProgramCache*
GpuChannelManager
::program_cache() {
70
void
GpuChannelManager
::RemoveChannel(int client_id) {
75
int
GpuChannelManager
::GenerateRouteID() {
80
void
GpuChannelManager
::AddRoute(int32 routing_id, IPC::Listener* listener)
[
all
...]
gpu_channel_manager.h
52
// A
GpuChannelManager
is a thread responsible for issuing rendering commands
56
// A
GpuChannelManager
can also be hosted in the browser process in single
60
// IPC messages to the browser process IO thread on the
GpuChannelManager
's
62
class
GpuChannelManager
: public IPC::Listener,
65
GpuChannelManager
(ChildThread* gpu_child_thread,
69
virtual ~
GpuChannelManager
();
85
base::WeakPtrFactory<
GpuChannelManager
> weak_factory_;
157
DISALLOW_COPY_AND_ASSIGN(
GpuChannelManager
);
Completed in 476 milliseconds