Lines Matching refs:dstX0
1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
1523 verts[0].x = (GLfloat) dstX0; in blitframebuffer_texture()
1529 verts[3].x = (GLfloat) dstX0; in blitframebuffer_texture()
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
1602 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1607 GLint tmp = dstX0; in _mesa_meta_BlitFramebuffer()
1608 dstX0 = dstX1; in _mesa_meta_BlitFramebuffer()
1647 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1661 verts[0].x = (GLfloat) dstX0; in _mesa_meta_BlitFramebuffer()
1667 verts[3].x = (GLfloat) dstX0; in _mesa_meta_BlitFramebuffer()
1731 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
2163 const GLfloat dstX0 = (GLfloat) dstX; in _mesa_meta_CopyPixels() local
2169 verts[0].x = dstX0; in _mesa_meta_CopyPixels()
2184 verts[3].x = dstX0; in _mesa_meta_CopyPixels()