Home | History | Annotate | Download | only in functional

Lines Matching refs:getPrecisionPostfix

464 static const char* getPrecisionPostfix (glu::Precision precision)
494 return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType);