Home
last modified time | relevance | path

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

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