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