Lines Matching refs:srcY
547 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
578 srcX, srcY, newSrcZ, in copy_image_subdata()
587 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument
603 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
610 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument
630 srcX, srcY, srcZ, in _mesa_CopyImageSubData()
677 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubData()
679 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { in _mesa_CopyImageSubData()
711 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
739 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData()
746 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error() argument
762 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV_no_error()
769 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV() argument
788 srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV()
847 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubDataNV()
849 (srcHeight % src_bh != 0 && (srcY + srcHeight) != src_h)) { in _mesa_CopyImageSubDataNV()
873 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
882 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV()