Home | History | Annotate | Download | only in functional

Lines Matching refs:getPrecisionPostfix

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