Lines Matching refs:srcX
541 int srcX, int srcY, int srcZ, int srcLevel, in copy_image_subdata() argument
572 srcX, srcY, newSrcZ, in copy_image_subdata()
581 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData_no_error() argument
597 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData_no_error()
604 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubData() argument
624 srcX, srcY, srcZ, in _mesa_CopyImageSubData()
671 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubData()
672 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) || in _mesa_CopyImageSubData()
705 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
733 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubData()
740 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV_no_error() argument
756 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV_no_error()
763 GLint srcX, GLint srcY, GLint srcZ, in _mesa_CopyImageSubDataNV() argument
782 srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV()
841 if ((srcX % src_bw != 0) || (srcY % src_bh != 0) || in _mesa_CopyImageSubDataNV()
842 (srcWidth % src_bw != 0 && (srcX + srcWidth) != src_w) || in _mesa_CopyImageSubDataNV()
867 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
876 copy_image_subdata(ctx, srcTexImage, srcRenderbuffer, srcX, srcY, srcZ, in _mesa_CopyImageSubDataNV()