Searched refs:imgFmt (Results 1 – 2 of 2) sorted by relevance
755 ImageFormat imgFmt = format; in attachTargetToNew() local756 if (imgFmt.format == GL_NONE) in attachTargetToNew()757 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()759 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); in attachTargetToNew()
3258 const TextureFormat& imgFmt = formats[imgFmtNdx]; in init() local3263 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize()) in init()3265 … (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "", in init()3266 texFmt, imgFmt, imageType)); in init()