Searched defs:mipWidth (Results 1 - 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1579 int mipWidth = scaled_width; local
1582 while (mipWidth > 1 || mipHeight > 1) {
1583 if (mipWidth > 1 && mipHeight > 1) {
1585 int srcWidth = mipWidth;
1586 mipWidth >>= 1;
1591 for (int x = 0; x < mipWidth; x++) {
1601 if (mipWidth > 1) {
1602 mipWidth >>= 1;
1605 unsigned int numTexels = mipHeight * mipWidth;
1617 for (int x = 0; x < mipWidth;
[all...]

Completed in 233 milliseconds