OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renderDuration
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp
423
const deUint64
renderDuration
= deGetMicroseconds()-readStartTime;
424
const float relativeDelta = float(double(
renderDuration
) / double(MAX_SAMPLE_DURATION_US)) - 1.0f;
429
msg << "ERROR: Unstable performance, got " <<
renderDuration
<< " us read time, "
/frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java
298
float
renderDuration
= (endRender - startRender) / 1000.0f / 1000.0f;
301
renderDuration
+ uploadDuration,
renderDuration
, uploadDuration));
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
148
deUint64
renderDuration
;
158
deUint64
renderDuration
;
169
deUint64
renderDuration
;
180
deUint64
renderDuration
;
845
stats.render = calculateSingleOperationStatistics(samples, &RenderReadDuration::
renderDuration
);
858
stats.render = calculateSingleOperationStatistics(samples, &UnrelatedUploadRenderReadDuration::
renderDuration
);
872
stats.render = calculateSingleOperationStatistics(samples, &UploadRenderReadDuration::
renderDuration
);
886
stats.render = calculateSingleOperationStatistics(samples, &UploadRenderReadDurationWithUnrelatedUploadSize::
renderDuration
);
[
all
...]
Completed in 338 milliseconds