Searched refs:imgFmt (Results 1 – 2 of 2) sorted by relevance
766 ImageFormat imgFmt = format; in attachTargetToNew() local767 if (imgFmt.format == GL_NONE) in attachTargetToNew()768 imgFmt = getDefaultFormat(target, bufType); in attachTargetToNew()770 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); in attachTargetToNew()
3279 const TextureFormat& imgFmt = formats[imgFmtNdx]; in init() local3284 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize()) in init()3286 … (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "", in init()3287 texFmt, imgFmt, imageType)); in init()