Searched refs:getVerifyResultValuesErrorString (Results 1 – 2 of 2) sorted by relevance
1332 … std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLint>( in verifyResultValues()1343 …std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLint64>( in verifyResultValues()1354 … std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLuint>( in verifyResultValues()1365 …std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLuint64… in verifyResultValues()1378 … std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLint>( in verifyResultValues()1389 …std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLint64>( in verifyResultValues()1400 … std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLuint>( in verifyResultValues()1411 …std::string log = PipelineStatisticsQueryUtilities::getVerifyResultValuesErrorString<glw::GLuint64… in verifyResultValues()
311 static std::string getVerifyResultValuesErrorString(VALUE_TYPE value, const char *value_type, in getVerifyResultValuesErrorString() function in glcts::PipelineStatisticsQueryUtilities