OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:traces_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
gpu_tracer.cc
155
std::deque<scoped_refptr<Trace> >
traces_
;
member in class:gpu::gles2::__anon8530::GPUTracerImpl
254
traces_
.push_back(current_trace_);
264
while (!
traces_
.empty() &&
traces_
.front()->IsAvailable()) {
265
traces_
.front()->Process();
266
traces_
.pop_front();
283
if (
traces_
.empty() || process_posted_)
/external/chromium_org/ash/touch/
touch_hud_debug.cc
199
traces_
[i].Reset();
205
if (!
traces_
[i].log().empty())
206
list->Append(
traces_
[i].GetAsList().release());
216
return
traces_
;
225
if (!
traces_
[next_trace_index_].active())
230
traces_
[next_trace_index_].Reset();
238
traces_
[trace_index].AddTouchPoint(touch);
241
TouchTrace
traces_
[kMaxPaths];
member in class:ash::internal::TouchLog
Completed in 66 milliseconds