Lines Matching refs:dstZ
539 int dstX, int dstY, int dstZ, int dstLevel, in copy_image_subdata() argument
545 int newDstZ = dstZ + i; in copy_image_subdata()
559 assert(dstZ + i < MAX_FACES); in copy_image_subdata()
560 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
578 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
589 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
593 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
601 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
621 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
636 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
729 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()