Home | History | Annotate | Download | only in functional

Lines Matching refs:getDataTypeFromGLType

381 	if (variable->getBasicType() != glu::getDataTypeFromGLType(propValue))
383 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
415 if (glu::getDataTypeFromGLType(propValue) != builtins[ndx].type)
417 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
1606 if (glu::getDataTypeFromGLType(propValue) != varType)
1608 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
1627 if (elementType.getBasicType() != glu::getDataTypeFromGLType(propValue))
1629 getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;