Home | History | Annotate | Download | only in glshared

Lines Matching refs:doConvert

290 	return Traits<T>::doConvert(fmt, value);
316 static Interval doConvert (const FloatFormat& fmt, const IVal& ival)
455 static IVal doConvert (const FloatFormat& fmt, const IVal& value)
499 static Void doConvert (const FloatFormat&, const Void& value) { return value; }