Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:srcX1

381                           GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
386 srcX1 != readBuffer->getWidth() || srcY1 != readBuffer->getHeight())
405 bool ValidateBlitFramebufferParameters(gl::Context *context, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
435 if (fromAngleExtension && (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0))
471 bool sameBounds = srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1;
549 srcX0, srcY0, srcX1, srcY1,
578 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))
612 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))