Home | History | Annotate | Download | only in functional

Lines Matching refs:enumName

185 	string enumName;
188 enumName = glu::getCompressedTextureFormatStr(format).toString().substr(14); // Strip GL_COMPRESSED_
190 enumName = glu::getUncompressedTextureFormatStr(format).toString().substr(3); // Strip GL_
192 return de::toLower(enumName);