Searched refs:supportedNames (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 540 std::vector<eglw::EGLint> supportedNames; in executeForConfig() local 549 info.supportedIndex = supportedNames.size(); in executeForConfig() 550 supportedNames.push_back(i->first); in executeForConfig() 665 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig() 668 display, *surface, frame6ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig() 669 &supportedNames[0], &supportedValues[0])); in executeForConfig() 690 std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0); in executeForConfig() 692 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()), in executeForConfig() 693 &supportedNames[0], &supportedValues[0])); in executeForConfig()
|