Lines Matching refs:dstDepth
1567 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1575 const GLint dstDepthNB = dstDepth - 2 * border;
1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1648 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride);
1651 if (srcDepth == dstDepth) {
1731 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1758 dstWidth, dstHeight, dstDepth,
1764 for (i = 0; i < dstDepth; i++) {
1772 for (i = 0; i < dstDepth; i++) {
1795 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth)
1818 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border;
1821 *dstDepth = srcDepth; /* can't go smaller */
1826 *dstDepth == srcDepth) {
1968 GLint dstWidth, dstHeight, dstDepth;
1989 dstDepth = dstImage->Depth;
1993 dstDepth = dstHeight;
2017 dstMaps = calloc(dstDepth, sizeof(GLubyte *));
2019 for (slice = 0; slice < dstDepth; slice++) {
2039 dstWidth, dstHeight, dstDepth,
2055 for (slice = 0; slice < dstDepth; slice++) {
2155 GLint dstWidth, dstHeight, dstDepth;
2175 dstDepth = dstImage->Depth;
2182 temp_dst = malloc(temp_dst_img_stride * dstDepth);
2193 for (i = 0; i < dstDepth; i++) {
2204 dstWidth, dstHeight, dstDepth,
2209 0, 0, 0, dstWidth, dstHeight, dstDepth,