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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c1480 const GLint dstHeightNB = dstHeight - 2 * border; local in function:make_2d_mipmap
1500 for (row = 0; row < dstHeightNB; row++) {
1547 for (row = 0; row < dstHeightNB; row += 2) {
1573 const GLint dstHeightNB = dstHeight - 2 * border; local in function:make_3d_mipmap
1622 for (row = 0; row < dstHeightNB; row++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c1480 const GLint dstHeightNB = dstHeight - 2 * border; local in function:make_2d_mipmap
1500 for (row = 0; row < dstHeightNB; row++) {
1547 for (row = 0; row < dstHeightNB; row += 2) {
1573 const GLint dstHeightNB = dstHeight - 2 * border; local in function:make_3d_mipmap
1622 for (row = 0; row < dstHeightNB; row++) {

Completed in 10 milliseconds