Home
last modified time | relevance | path

Searched refs:supportedNames (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp543 std::vector<eglw::EGLint> supportedNames; in executeForConfig() local
552 info.supportedIndex = supportedNames.size(); in executeForConfig()
553 supportedNames.push_back(i->first); in executeForConfig()
668 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig()
671 display, *surface, frame5ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
672 &supportedNames[0], &supportedValues[0])); in executeForConfig()
693 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig()
695 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig()
696 &supportedNames[0], &supportedValues[0])); in executeForConfig()