Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp1332 … 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()
H A Dgl4cPipelineStatisticsQueryTests.hpp311 static std::string getVerifyResultValuesErrorString(VALUE_TYPE value, const char *value_type, in getVerifyResultValuesErrorString() function in glcts::PipelineStatisticsQueryUtilities