Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1464 GLsizei reportedNameLength = 0; in getActiveUniforms() local
1468 …niform(programGL, (GLuint)unifNdx, (GLsizei)uniformMaxNameLength, &reportedNameLength, &reportedSi… in getActiveUniforms()
1475 …ge << "// Got name = " << reportedNameStr << ", name length = " << reportedNameLength << ", size =… in getActiveUniforms()
1477 if ((GLsizei)reportedNameStr.length() != reportedNameLength) in getActiveUniforms()
1511 …ReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSiz… in getActiveUniforms()
1597 const int reportedNameLength = (int)uniformNameLengthBuf[validNdx]; in getActiveUniformsiv() local
1604 << "// Got name length = " << reportedNameLength in getActiveUniformsiv()
1613 …mReportsDst.push_back(BasicUniformReportGL(reference.name.c_str(), reportedNameLength, reportedSiz… in getActiveUniformsiv()
1615 if (reportedNameLength != (int)reference.name.length() + 1) in getActiveUniformsiv()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1267 GLsizei reportedNameLength = 0; in getActiveUniforms() local
1271 …niform(programGL, (GLuint)unifNdx, (GLsizei)uniformMaxNameLength, &reportedNameLength, &reportedSi… in getActiveUniforms()
1278 …ge << "// Got name = " << reportedNameStr << ", name length = " << reportedNameLength << ", size =… in getActiveUniforms()
1280 if ((GLsizei)reportedNameStr.length() != reportedNameLength) in getActiveUniforms()
1314 …ReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSiz… in getActiveUniforms()