Home | History | Annotate | Download | only in functional

Lines Matching refs:getPrecisionPostfix

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