OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPresentSampleOffset
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/
DispSync.h
138
size_t
mPresentSampleOffset
;
DispSync.cpp
324
mPresentFences[
mPresentSampleOffset
] = fence;
325
mPresentTimes[
mPresentSampleOffset
] = 0;
326
mPresentSampleOffset
= (
mPresentSampleOffset
+ 1) % NUM_PRESENT_SAMPLES;
475
mPresentSampleOffset
= 0;
Completed in 49 milliseconds