Searched refs:firstCompositionGpuFinished (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglGetFrameTimestampsTests.cpp122 , firstCompositionGpuFinished (-1)
147 EGLnsecsANDROID firstCompositionGpuFinished; member in struct:deqp::egl::__anon4885::FrameTimes
189 frameTimes->firstCompositionGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID, map, supportedValues);
231 if (timestampValid(frameTimes.firstCompositionGpuFinished))
232 check_lt(result, frameTimes.renderingComplete, frameTimes.firstCompositionGpuFinished, "Buffer rendering completed after compositor GPU work finished.");
237 if (timestampValid(frameTimes.firstCompositionGpuFinished) && timestampValid(frameTimes.displayPresent))
238 check_lt(result, frameTimes.firstCompositionGpuFinished, frameTimes.displayPresent, "Buffer displayed before compositor GPU work completed");
249 if (timestampValid(frameTimes.firstCompositionGpuFinished))
250 check_lt(result, frameTimes.firstCompositionStart, frameTimes.firstCompositionGpuFinished, "Composition CPU work started after GPU work finished.");
268 if (timestampValid(frame1.firstCompositionGpuFinished)
[all...]

Completed in 79 milliseconds