Home
last modified time | relevance | path

Searched defs:PixelFormatPrinter (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp170 struct PixelFormatPrinter struct
172 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()