OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpu_channels_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
103
gpu_channels_
.clear();
130
gpu_channels_
.erase(client_id);
147
GpuChannelMap::const_iterator iter =
gpu_channels_
.find(client_id);
148
if (iter ==
gpu_channels_
.end())
205
gpu_channels_
.set(client_id, channel.Pass());
212
for (GpuChannelMap::iterator iter =
gpu_channels_
.begin();
213
iter !=
gpu_channels_
.end(); ++iter) {
215
gpu_channels_
.erase(iter);
230
GpuChannelMap::const_iterator iter =
gpu_channels_
.find(client_id);
231
if (iter !=
gpu_channels_
.end())
[
all
...]
gpu_channel_manager.h
140
GpuChannelMap
gpu_channels_
;
member in class:content::GpuChannelManager
Completed in 386 milliseconds