OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_operations_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
56
DCHECK(
image_operations_
.empty());
197
if (
image_operations_
.empty()) {
200
image_operations_
.push_back(
220
if (!sync_point &&
image_operations_
.empty()) {
223
image_operations_
.push_back(
234
image_operations_
.back()));
245
while (!
image_operations_
.empty()) {
247
if (
image_operations_
.front()->sync_point)
250
image_operations_
.front()->callback.Run();
251
delete
image_operations_
.front()
[
all
...]
gpu_channel_manager.h
155
ImageOperationQueue
image_operations_
;
member in class:content::GpuChannelManager
Completed in 34 milliseconds