Lines Matching refs:dstPos
1007 const IVec3& dstPos, in copyImageData() argument
1026 const IVec3 dstTexelPos = dstPos / dstTexelBlockPixelSize; in copyImageData()
1106 const IVec3& dstPos, in copyImage() argument
1117 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(), in copyImage()
1122 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos, in copyImage()
2072 , dstPos (dstPos_) in Copy()
2082 IVec3 dstPos; member
2149 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2153 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2163 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2167 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2177 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2181 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2206 …<< " to destination image position " << copy.dstPos << " and mipmap level " << copy.dstLevel << ".… in copyImageIter()
2210 copyImage(gl, *dstImage, dstImageLevels, m_dstImageInfo, copy.dstLevel, copy.dstPos, in copyImageIter()