Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c1480 const GLint dstHeightNB = dstHeight - 2 * border; in make_2d_mipmap() local
1500 for (row = 0; row < dstHeightNB; row++) { in make_2d_mipmap()
1547 for (row = 0; row < dstHeightNB; row += 2) { in make_2d_mipmap()
1573 const GLint dstHeightNB = dstHeight - 2 * border; in make_3d_mipmap() local
1622 for (row = 0; row < dstHeightNB; row++) { in make_3d_mipmap()