Searched refs:dstDepth (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | mipmap.h | 39 GLint dstWidth, GLint dstHeight, GLint dstDepth, 55 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
|
D | mipmap.c | 1541 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() argument 1549 const GLint dstDepthNB = dstDepth - 2 * border; in make_3d_mipmap() 1560 srcImageOffset = (srcDepth == dstDepth) ? 0 : 1; in make_3d_mipmap() 1622 dstWidth, dstHeight, dstPtr[dstDepth - 1], dstRowStride); in make_3d_mipmap() 1625 if (srcDepth == dstDepth) { in make_3d_mipmap() 1705 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() argument 1732 dstWidth, dstHeight, dstDepth, in _mesa_generate_mipmap_level() 1738 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level() 1746 for (i = 0; i < dstDepth; i++) { in _mesa_generate_mipmap_level() 1769 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size() argument [all …]
|
D | copyimage.c | 612 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local 697 dstDepth = srcDepth; in _mesa_CopyImageSubData() 705 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 277 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local 295 dstDepth = target == GL_TEXTURE_3D ? minify(srcDepth, 1) : srcDepth; in _mesa_meta_GenerateMipmap() 299 dstDepth == srcDepth) { in _mesa_meta_GenerateMipmap() 326 for (layer = 0; layer < dstDepth; ++layer) { in _mesa_meta_GenerateMipmap()
|