Searched refs:sameBounds (Results 1 – 2 of 2) sorted by relevance
4152 bool sameBounds = (srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1); in blitFramebuffer() local4168 if(partialBufferCopy && readBufferSamples > 1 && !sameBounds) in blitFramebuffer()4291 (!sameBounds || (drawDSBuffer->getFormat() != readDSBuffer->getFormat())))) in blitFramebuffer()
1501 bool sameBounds = srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1; in ValidateBlitFramebufferParameters() local1570 (!Format::EquivalentForBlit(readFormat, drawFormat) || !sameBounds)) in ValidateBlitFramebufferParameters()1623 if (readBuffer->getResourceSamples() > 0 && !sameBounds) in ValidateBlitFramebufferParameters()