• Home
  • Raw
  • Download

Lines Matching refs:supportedValues

176 …tamp(eglw::EGLint name, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues)  in getTimestamp()  argument
179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID; in getTimestamp()
182 …FrameTimes* frameTimes, TimestampInfoMap& map, const std::vector<EGLnsecsANDROID>& supportedValues) in populateFrameTimes() argument
184 …Times->requestedPresent = getTimestamp(EGL_REQUESTED_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
185 …mes->renderingComplete = getTimestamp(EGL_RENDERING_COMPLETE_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
186 frameTimes->latch = getTimestamp(EGL_COMPOSITION_LATCH_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
187 …stCompositionStart = getTimestamp(EGL_FIRST_COMPOSITION_START_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
188 …astCompositionStart = getTimestamp(EGL_LAST_COMPOSITION_START_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
189 …nGpuFinished = getTimestamp(EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
190 …ameTimes->displayPresent = getTimestamp(EGL_DISPLAY_PRESENT_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
191 frameTimes->dequeueReady = getTimestamp(EGL_DEQUEUE_READY_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
192 frameTimes->readsDone = getTimestamp(EGL_READS_DONE_TIME_ANDROID, map, supportedValues); in populateFrameTimes()
662 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig() local
666 &supportedNames[0], &supportedValues[0])); in executeForConfig()
667 populateFrameTimes(&frame6ago, timestamps, supportedValues); in executeForConfig()
687 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig() local
690 &supportedNames[0], &supportedValues[0])); in executeForConfig()
691 populateFrameTimes(&lastFrame, timestamps, supportedValues); in executeForConfig()