OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_points_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc
199
while (!
sync_points_
.empty() &&
200
sync_points_
.front()->second->HasCompleted()) {
201
sync_point_to_fence_.erase(
sync_points_
.front());
202
sync_points_
.pop();
210
sync_points_
.push(result.first);
212
DCHECK(
sync_points_
.size() == sync_point_to_fence_.size());
mailbox_synchronizer.h
98
std::queue<SyncPointToFenceMap::iterator>
sync_points_
;
member in class:gpu::gles2::MailboxSynchronizer
/external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc
419
while (!
sync_points_
.empty())
420
OnRetireSyncPoint(
sync_points_
.front());
862
sync_points_
.push_back(sync_point);
866
DCHECK(!
sync_points_
.empty() &&
sync_points_
.front() == sync_point);
867
sync_points_
.pop_front();
[
all
...]
gpu_command_buffer_stub.h
263
std::deque<uint32>
sync_points_
;
member in class:content::GpuCommandBufferStub
Completed in 59 milliseconds