Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3115 bool swapDstX = dstX1 < dstX0; in blitFramebuffer() local
3124 int dstOriginX = swapDstX ? dstX1 : dstX0; in blitFramebuffer()
3168 …deUint32 error = blitResolveMultisampleFramebuffer(mask, srcRect, dstRect, swapSrcX ^ swapDstX, sw… in blitFramebuffer()