Searched defs:PixelFormatPrinter (Results 1 – 1 of 1) sorted by relevance
170 struct PixelFormatPrinter struct172 static std::string getIntegerName (int v) { return de::toString(glu::getTextureFormatStr(v)); } in getIntegerName()173 …tatic std::string getFloatName (float v) { return de::toString(glu::getTextureFormatStr((int)v)); } in getFloatName()