Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fImplementationLimitTests.cpp392 const vector<string> indexedExts = queryExtensionsIndexed(gl); in iterate() local
393 const bool isOk = compareExtensionLists(nonIndexedExts, indexedExts); in iterate()
396 for (vector<string>::const_iterator ext = indexedExts.begin(); ext != indexedExts.end(); ++ext) in iterate()