Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:sameBounds

4018 	bool sameBounds = (srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1);
4034 if(partialBufferCopy && readBufferSamples > 1 && !sameBounds)
4097 (!sameBounds || (drawDSBuffer->getFormat() != readDSBuffer->getFormat()))))