Lines Matching defs:dstDepth
1566 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1574 const GLint dstDepthNB = dstDepth - 2 * border;
1585 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1600 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1647 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride);
1650 if (srcDepth == dstDepth) {
1730 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1757 dstWidth, dstHeight, dstDepth,
1763 for (i = 0; i < dstDepth; i++) {
1771 for (i = 0; i < dstDepth; i++) {
1794 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth)
1817 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border;
1820 *dstDepth = srcDepth; /* can't go smaller */
1825 *dstDepth == srcDepth) {
1967 GLint dstWidth, dstHeight, dstDepth;
1988 dstDepth = dstImage->Depth;
1992 dstDepth = dstHeight;
2016 dstMaps = calloc(dstDepth, sizeof(GLubyte *));
2018 for (slice = 0; slice < dstDepth; slice++) {
2038 dstWidth, dstHeight, dstDepth,
2054 for (slice = 0; slice < dstDepth; slice++) {
2154 GLint dstWidth, dstHeight, dstDepth;
2174 dstDepth = dstImage->Depth;
2181 temp_dst = malloc(temp_dst_img_stride * dstDepth);
2192 for (i = 0; i < dstDepth; i++) {
2203 dstWidth, dstHeight, dstDepth,
2208 0, 0, 0, dstWidth, dstHeight, dstDepth,