Home | History | Annotate | Download | only in functional

Lines Matching refs:mipmap

384 			for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
391 width, height, mipmap != 0));
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
414 width, height, mipmap != 0));