Lines Matching refs:dstZ
544 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
550 int newDstZ = dstZ + i; in copy_image_subdata()
564 assert(dstZ + i < MAX_FACES); in copy_image_subdata()
565 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
583 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
594 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
598 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
606 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
626 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
710 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
734 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
742 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV_no_error() argument
753 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubDataNV_no_error()
757 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV_no_error()
765 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV() argument
784 dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV()
799 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubDataNV()
872 dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
877 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV()