Lines Matching refs:wrapModes
398 } wrapModes[] = in init() local
437 FOR_EACH(wrapS, wrapModes, in init()
438 FOR_EACH(wrapT, wrapModes, in init()
441 …const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filte… in init()
444 wrapModes[wrapS].mode, in init()
445 wrapModes[wrapT].mode, in init()
462 FOR_EACH(wrapS, wrapModes, in init()
463 FOR_EACH(wrapT, wrapModes, in init()
466 …const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filte… in init()
468 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT || in init()
469 wrapModes[wrapT].mode == GL_REPEAT || in init()
470 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT || in init()
471 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT; in init()
474 wrapModes[wrapS].mode, in init()
475 wrapModes[wrapT].mode, in init()
485 FOR_EACH(wrapS, wrapModes, in init()
486 FOR_EACH(wrapT, wrapModes, in init()
489 …const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filte… in init()
491 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT || in init()
492 wrapModes[wrapT].mode == GL_REPEAT || in init()
493 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT || in init()
494 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT; in init()
497 wrapModes[wrapS].mode, in init()
498 wrapModes[wrapT].mode, in init()
541 FOR_EACH(wrapS, wrapModes, in init()
542 FOR_EACH(wrapT, wrapModes, in init()
545 …const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filte… in init()
547 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT || in init()
548 wrapModes[wrapT].mode == GL_REPEAT || in init()
549 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT || in init()
550 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT; in init()
554 wrapModes[wrapS].mode, in init()
555 wrapModes[wrapT].mode, in init()
592 FOR_EACH(wrapS, wrapModes, in init()
593 FOR_EACH(wrapT, wrapModes, in init()
596 …string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringMo… in init()
598 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT || in init()
599 wrapModes[wrapT].mode == GL_REPEAT || in init()
600 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT || in init()
601 wrapModes[wrapT].mode == GL_MIRRORED_REPEAT; in init()
605 wrapModes[wrapS].mode, in init()
606 wrapModes[wrapT].mode, in init()