Home | History | Annotate | Download | only in functional

Lines Matching full:texfmt

3277 				const TextureFormat& texFmt = formats[texFmtNdx];
3280 if (imageType == TEXTURETYPE_BUFFER && !isFormatSupportedForTextureBuffer(texFmt))
3283 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())
3285 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",
3286 texFmt, imgFmt, imageType));