Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1274 const string reportedNameStr (&nameBuffer[0]); in getActiveUniforms() local
1278 …log << TestLog::Message << "// Got name = " << reportedNameStr << ", name length = " << reportedNa… in getActiveUniforms()
1280 if ((GLsizei)reportedNameStr.length() != reportedNameLength) in getActiveUniforms()
1282 …::Message << "// FAILURE: wrong name length reported, should be " << reportedNameStr.length() << T… in getActiveUniforms()
1286 if (!deStringBeginsWith(reportedNameStr.c_str(), "gl_")) // Ignore built-in uniforms. in getActiveUniforms()
1291 if (basicUniformReportsRef[referenceNdx].name == reportedNameStr) in getActiveUniforms()
1308 …if (BasicUniformReportGL::findWithName(basicUniformReportsDst, reportedNameStr.c_str()) != basicUn… in getActiveUniforms()
1314 …basicUniformReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength,… in getActiveUniforms()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1471 const string reportedNameStr (&nameBuffer[0]); in getActiveUniforms() local
1475 …log << TestLog::Message << "// Got name = " << reportedNameStr << ", name length = " << reportedNa… in getActiveUniforms()
1477 if ((GLsizei)reportedNameStr.length() != reportedNameLength) in getActiveUniforms()
1479 …::Message << "// FAILURE: wrong name length reported, should be " << reportedNameStr.length() << T… in getActiveUniforms()
1483 if (!deStringBeginsWith(reportedNameStr.c_str(), "gl_")) // Ignore built-in uniforms. in getActiveUniforms()
1488 if (basicUniformReportsRef[referenceNdx].name == reportedNameStr) in getActiveUniforms()
1505 …if (BasicUniformReportGL::findWithName(basicUniformReportsDst, reportedNameStr.c_str()) != basicUn… in getActiveUniforms()
1511 …basicUniformReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength,… in getActiveUniforms()