Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp173 struct PixelFormatPrinter struct
175 static std::string getIntegerName (int v) { return de::toString(glu::getTextureFormatStr(v)); } in getIntegerName()
176 …tatic std::string getFloatName (float v) { return de::toString(glu::getTextureFormatStr((int)v)); } in getFloatName()