Lines Matching refs:mipmap
396 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
399 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
403 width, height, mipmap != 0));
419 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
422 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
426 width, height, mipmap != 0));