Home | History | Annotate | Download | only in functional

Lines Matching defs:dstLevel

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