Searched refs:fullCopy (Results 1 – 2 of 2) sorted by relevance
575 bool fullCopy = (sRect.x0 == 0.0f) && (sRect.y0 == 0.0f) && (dRect.x0 == 0) && (dRect.y0 == 0) && in stretchRect() local588 …if(fullCopy && !scaling && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMarg… in stretchRect()601 …byte *destBuffer = (byte*)dest->lockInternal(dRect.x0, dRect.y0, 0, fullCopy ? LOCK_DISCARD : LOCK… in stretchRect()611 …byte *destBytes = (byte*)dest->lockInternal(dRect.x0, dRect.y0, destRect->slice, fullCopy ? LOCK_D… in stretchRect()
538 bool fullCopy = copyArea.coversSameExtent(texSize); in updateSubresourceLevel() local560 if (!fullCopy && mFormatInfo.dsvFormat != DXGI_FORMAT_UNKNOWN) in updateSubresourceLevel()582 fullCopy ? nullptr : &srcBox); in updateSubresourceLevel()