Home | History | Annotate | Download | only in functional

Lines Matching refs:texFmt

3278 				const TextureFormat& texFmt = formats[texFmtNdx];
3281 if (imageType == TEXTURETYPE_BUFFER && !isFormatSupportedForTextureBuffer(texFmt))
3284 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())
3286 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",
3287 texFmt, imgFmt, imageType));