Lines Matching refs:dstLevel
773 int dstLevel, in copyImageData() argument
784 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel]; in copyImageData()
794 const IVec3 dstTexelBlockStride = getTexelBlockStride(dstImageInfo, dstLevel); in copyImageData()
872 int dstLevel, in copyImage() argument
884 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(), in copyImage()
889 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos, in copyImage()
1841 , dstLevel (dstLevel_) in Copy()
1851 int dstLevel; member
1894 …const int dstLevel = (dstIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLev… in generateCopies() local
1897 const IVec3 dstSize = getLevelSize(dstInfo.getTarget(), dstInfo.getSize(), dstLevel); in generateCopies()
1921 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
1935 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
1949 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, srcCopySize, dstCopySize)); in generateCopies()
1974 …<< " to destination image position " << copy.dstPos << " and mipmap level " << copy.dstLevel << ".… in copyImageIter()
1978 copyImage(gl, *dstImage, dstImageLevels, m_dstImageInfo, copy.dstLevel, copy.dstPos, in copyImageIter()