Lines Matching refs:srcDepth
1565 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1572 const GLint srcDepthNB = srcDepth - 2 * border;
1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1;
1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1647 srcWidth, srcHeight, srcPtr[srcDepth - 1], srcRowStride,
1651 if (srcDepth == dstDepth) {
1728 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1756 srcWidth, srcHeight, srcDepth,
1794 GLint srcWidth, GLint srcHeight, GLint srcDepth,
1813 if ((srcDepth - 2 * border > 1) &&
1818 *dstDepth = (srcDepth - 2 * border) / 2 + 2 * border;
1821 *dstDepth = srcDepth; /* can't go smaller */
1826 *dstDepth == srcDepth) {
1967 GLint srcWidth, srcHeight, srcDepth;
1979 srcDepth = srcImage->Depth;
1992 srcDepth = srcHeight;
1999 srcMaps = calloc(srcDepth, sizeof(GLubyte *));
2001 for (slice = 0; slice < srcDepth; slice++) {
2037 srcWidth, srcHeight, srcDepth,
2045 for (slice = 0; slice < srcDepth; slice++) {
2154 GLint srcWidth, srcHeight, srcDepth;
2165 srcDepth = srcImage->Depth;
2190 for (i = 0; i < srcDepth; i++) {
2201 srcWidth, srcHeight, srcDepth,