Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp4124 bool sameBounds = (srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1); in blitFramebuffer() local
4140 if(partialBufferCopy && readBufferSamples > 1 && !sameBounds) in blitFramebuffer()
4263 (!sameBounds || (drawDSBuffer->getFormat() != readDSBuffer->getFormat())))) in blitFramebuffer()