Lines Matching refs:mipmap
395 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
398 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
402 width, height, mipmap != 0));
418 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
421 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
425 width, height, mipmap != 0));