H A D | mipmap.c | 1567 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() 1575 const GLint dstDepthNB = dstDepth - 2 * border; in make_3d_mipmap() 1586 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap() 1601 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth); in make_3d_mipmap() 1648 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride); in make_3d_mipmap() 1651 if (srcDepth == dstDepth) { in make_3d_mipmap() 1731 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() 1758 dstWidth, dstHeight, dstDepth, in _mesa_generate_mipmap_level() 1764 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level() 1772 for (i = 0; i < dstDepth; in _mesa_generate_mipmap_level() 1564 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) make_3d_mipmap() argument 1725 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) _mesa_generate_mipmap_level() argument 1793 _mesa_next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) _mesa_next_mipmap_level_size() argument 1968 GLint dstWidth, dstHeight, dstDepth; generate_mipmap_uncompressed() local 2155 GLint dstWidth, dstHeight, dstDepth; generate_mipmap_compressed() local [all...] |