OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_points_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
359
while (!
sync_points_
.empty())
360
OnRetireSyncPoint(
sync_points_
.front());
762
sync_points_
.push_back(sync_point);
766
DCHECK(!
sync_points_
.empty() &&
sync_points_
.front() == sync_point);
767
sync_points_
.pop_front();
[
all
...]
gpu_command_buffer_stub.h
252
std::deque<uint32>
sync_points_
;
member in class:content::GpuCommandBufferStub
Completed in 152 milliseconds