Searched refs:reportedType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1480 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); local
1483 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type");
1485 log << TestLog::Message << "// Got name = " << reportedNameStr << ", name length = " << reportedNameLength << ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType) << TestLog::EndMessage;
1521 basicUniformReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSize, reportedType, unifNdx));
1523 if (reportedType != reference.type)
1609 const glu::DataType reportedType = glu::getDataTypeFromGLType((deUint32)uniformTypeBuf[validNdx]); local
1611 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type");
1616 << ", type = " << glu::getDataTypeName(reportedType)
1623 basicUniformReportsDst.push_back(BasicUniformReportGL(reference.name.c_str(), reportedNameLength, reportedSize, reportedType, reportedIndex));
1631 if (reportedType !
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1283 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); local
1286 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type");
1288 log << TestLog::Message << "// Got name = " << reportedNameStr << ", name length = " << reportedNameLength << ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType) << TestLog::EndMessage;
1324 basicUniformReportsDst.push_back(BasicUniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSize, reportedType, unifNdx));
1326 if (reportedType != reference.type)

Completed in 65 milliseconds