Home
last modified time | relevance | path

Searched refs:dstHeightNB (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmipmap.c1455 const GLint dstHeightNB = dstHeight - 2 * border; in make_2d_mipmap() local
1475 for (row = 0; row < dstHeightNB; row++) { in make_2d_mipmap()
1522 for (row = 0; row < dstHeightNB; row += 2) { in make_2d_mipmap()
1548 const GLint dstHeightNB = dstHeight - 2 * border; in make_3d_mipmap() local
1597 for (row = 0; row < dstHeightNB; row++) { in make_3d_mipmap()