Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1911 std::vector<glw::GLint> propValues (props.size() + 1, -2); in queryAndValidateProps() local
2047 …erface, resourceNdx, (int)props.size(), &props[0], (int)propValues.size(), &written, &propValues[0… in queryAndValidateProps()
2057 if (propValues.back() != -2) in queryAndValidateProps()
2063 propValues.pop_back(); in queryAndValidateProps()
2064 DE_ASSERT(validators.size() == propValues.size()); in queryAndValidateProps()
2072 for (int propNdx = 0; propNdx < (int)propValues.size(); ++propNdx) in queryAndValidateProps()
2073 …pNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propValues[propNdx]) << "\n… in queryAndValidateProps()
2080 for (int propNdx = 0; propNdx < (int)propValues.size(); ++propNdx) in queryAndValidateProps()
2081 …validators[propNdx]->validate(programDefinition, targetResourceName, propValues[propNdx], implemen… in queryAndValidateProps()