Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1470 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); in getActiveUniforms() local
1473 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms()
1475 …<< ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType) << TestLog::En… in getActiveUniforms()
1511 …UniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSize, reportedType, unifNdx)); in getActiveUniforms()
1513 if (reportedType != reference.type) in getActiveUniforms()
1599 …const glu::DataType reportedType = glu::getDataTypeFromGLType((deUint32)uniformTypeBuf[validNd… in getActiveUniformsiv() local
1601 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniformsiv()
1606 << ", type = " << glu::getDataTypeName(reportedType) in getActiveUniformsiv()
1613 …ormReportGL(reference.name.c_str(), reportedNameLength, reportedSize, reportedType, reportedIndex)… in getActiveUniformsiv()
1621 if (reportedType != reference.type) in getActiveUniformsiv()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1273 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); in getActiveUniforms() local
1276 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms()
1278 …<< ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType) << TestLog::En… in getActiveUniforms()
1314 …UniformReportGL(reportedNameStr.c_str(), reportedNameLength, reportedSize, reportedType, unifNdx)); in getActiveUniforms()
1316 if (reportedType != reference.type) in getActiveUniforms()