• Home
  • Raw
  • Download

Lines Matching refs:dstZ

546                    int dstX, int dstY, int dstZ, int dstLevel,  in copy_image_subdata()  argument
552 int newDstZ = dstZ + i; in copy_image_subdata()
566 assert(dstZ + i < MAX_FACES); in copy_image_subdata()
567 dstTexImage = dstTexImage->TexObject->Image[dstZ + i][dstLevel]; in copy_image_subdata()
585 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData_no_error() argument
596 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubData_no_error()
600 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData_no_error()
608 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubData() argument
628 dstX, dstY, dstZ, in _mesa_CopyImageSubData()
643 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
712 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
736 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubData()
744 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV_no_error() argument
755 prepare_target(ctx, dstName, dstTarget, dstLevel, dstZ, &dstTexImage, in _mesa_CopyImageSubDataNV_no_error()
759 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV_no_error()
767 GLint dstX, GLint dstY, GLint dstZ, in _mesa_CopyImageSubDataNV() argument
786 dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV()
801 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubDataNV()
874 dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
879 srcLevel, dstTexImage, dstRenderbuffer, dstX, dstY, dstZ, in _mesa_CopyImageSubDataNV()