Home
last modified time | relevance | path

Searched refs:sameBounds (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4152 bool sameBounds = (srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1); in blitFramebuffer() local
4168 if(partialBufferCopy && readBufferSamples > 1 && !sameBounds) in blitFramebuffer()
4291 (!sameBounds || (drawDSBuffer->getFormat() != readDSBuffer->getFormat())))) in blitFramebuffer()
/external/angle/src/libANGLE/
DvalidationES.cpp1501 bool sameBounds = srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1; in ValidateBlitFramebufferParameters() local
1570 (!Format::EquivalentForBlit(readFormat, drawFormat) || !sameBounds)) in ValidateBlitFramebufferParameters()
1623 if (readBuffer->getResourceSamples() > 0 && !sameBounds) in ValidateBlitFramebufferParameters()