Searched defs:PixelFormatPrinter (Results 1 – 1 of 1) sorted by relevance
165 struct PixelFormatPrinter struct167 static std::string getIntegerName (int v) { return de::toString(glu::getPixelFormatStr(v)); } in getIntegerName()168 static std::string getFloatName (float v) { return de::toString(glu::getPixelFormatStr((int)v)); } in getFloatName()