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()
2080 , dstPos (dstPos_) in Copy()
2090 IVec3 dstPos; member
2157 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2161 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2171 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2175 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2185 const IVec3 dstPos (dstBlockPos * dstBlockPixelSize); in generateCopies() local
2189 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
2214 …<< " to destination image position " << copy.dstPos << " and mipmap level " << copy.dstLevel << ".… in copyImageIter()
2218 copyImage(gl, *dstImage, dstImageLevels, m_dstImageInfo, copy.dstLevel, copy.dstPos, in copyImageIter()