Lines Matching refs:wrapModes
286 } wrapModes[] =
331 FOR_EACH(wrapS, wrapModes,
332 FOR_EACH(wrapT, wrapModes,
337 bool is_clamp_clamp = (wrapModes[wrapS].mode == GL_CLAMP_TO_EDGE && wrapModes[wrapT].mode == GL_CLAMP_TO_EDGE);
338 bool is_repeat_mirror = (wrapModes[wrapS].mode == GL_REPEAT && wrapModes[wrapT].mode == GL_MIRRORED_REPEAT);
339 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
340 wrapModes[wrapT].mode == GL_REPEAT ||
341 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
342 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT;
350 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + sizes[size].name + "_" + formats[format].name;
353 wrapModes[wrapS].mode,
354 wrapModes[wrapT].mode,
364 FOR_EACH(wrapS, wrapModes,
365 FOR_EACH(wrapT, wrapModes,
368 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
369 wrapModes[wrapT].mode == GL_REPEAT ||
370 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
371 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT;
373 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_pot_etc1";
375 wrapModes[wrapS].mode,
376 wrapModes[wrapT].mode,