Lines Matching refs:srcDepth
1564 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1571 const GLint srcDepthNB = srcDepth - 2 * border;
1585 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1600 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1646 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride,
1650 if (srcDepth == dstDepth) {
1727 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1755 srcWidth, srcHeight, srcDepth,
1793 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1812 if ((srcDepth - 2 * border > 1) &&
1817 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border;
1820 *dstDepth = srcDepth; /* can't go smaller */
1825 *dstDepth == srcDepth) {
1966 GLint srcWidth, srcHeight, srcDepth;
1978 srcDepth = srcImage->Depth;
1991 srcDepth = srcHeight;
1998 srcMaps = calloc(srcDepth, sizeof(GLubyte *));
2000 for (slice = 0; slice < srcDepth; slice++) {
2036 srcWidth, srcHeight, srcDepth,
2044 for (slice = 0; slice < srcDepth; slice++) {
2153 GLint srcWidth, srcHeight, srcDepth;
2164 srcDepth = srcImage->Depth;
2189 for (i = 0; i < srcDepth; i++) {
2200 srcWidth, srcHeight, srcDepth,