Searched refs:propValues (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 1912 std::vector<glw::GLint> propValues (props.size() + 1, -2); in queryAndValidateProps() local 2048 …erface, resourceNdx, (int)props.size(), &props[0], (int)propValues.size(), &written, &propValues[0… in queryAndValidateProps() 2058 if (propValues.back() != -2) in queryAndValidateProps() 2064 propValues.pop_back(); in queryAndValidateProps() 2065 DE_ASSERT(validators.size() == propValues.size()); in queryAndValidateProps() 2073 for (int propNdx = 0; propNdx < (int)propValues.size(); ++propNdx) in queryAndValidateProps() 2074 …pNdx]) << ":\t" << validators[propNdx]->getHumanReadablePropertyString(propValues[propNdx]) << "\n… in queryAndValidateProps() 2081 for (int propNdx = 0; propNdx < (int)propValues.size(); ++propNdx) in queryAndValidateProps() 2082 …validators[propNdx]->validate(programDefinition, targetResourceName, propValues[propNdx], implemen… in queryAndValidateProps()
|