Lines Matching refs:imgFmt
3279 const TextureFormat& imgFmt = formats[imgFmtNdx];3284 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())3286 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",3287 texFmt, imgFmt, imageType));