Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1481 const GLint dstHeightNB = dstHeight - 2 * border; in make_2d_mipmap() local
1501 for (row = 0; row < dstHeightNB; row++) { in make_2d_mipmap()
1548 for (row = 0; row < dstHeightNB; row += 2) { in make_2d_mipmap()
1574 const GLint dstHeightNB = dstHeight - 2 * border; in make_3d_mipmap() local
1623 for (row = 0; row < dstHeightNB; row++) { in make_3d_mipmap()

Completed in 5 milliseconds