Searched defs:expectedResources (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp896 bool verifyResourceList (const std::vector<std::string>& resourceList, const std::vector<std::string>& expectedResources);
963 std::vector<std::string> expectedResources; local
966 expectedResources = getProgramInterfaceResourceList(m_programDefinition, m_programInterface);
970 if (!verifyResourceList(resourceList, expectedResources))
975 if (!verifyResourceIndexQuery(resourceList, expectedResources, program.getProgram()))
1020 bool ResourceListTestCase::verifyResourceList (const std::vector<std::string>& resourceList, const std::vector<std::string>& expectedResources) argument
1033 for (int ndx = 0; ndx < (int)expectedResources.size(); ++ndx)
1034 m_testCtx.getLog() << tcu::TestLog::Message << "\t" << ndx << ": " << expectedResources[ndx] << tcu::TestLog::EndMessage;
1038 for (int ndx = 0; ndx < (int)expectedResources.size(); ++ndx)
1040 if (!de::contains(resourceList.begin(), resourceList.end(), expectedResources[nd
3104 std::vector<std::string> expectedResources; local
[all...]

Completed in 183 milliseconds