Home
last modified time | relevance | path

Searched refs:eWrapRepeat (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shadertoy/
H A DShadertoyParse.cpp180 wrap = ShadertoyPlugin::eWrapRepeat; in getChannelInfo()
469 ShadertoyPlugin::WrapEnum wrap = ShadertoyPlugin::eWrapRepeat; in main()
H A DShadertoy.h88 eWrapRepeat = 0, enumerator
H A DShadertoy.cpp924 , _imageShaderInputWrap(NBINPUTS, eWrapRepeat) in ShadertoyPlugin()
2714 assert(param->getNOptions() == (int)ShadertoyPlugin::eWrapRepeat); in describeInContext()
2720 param->setDefault( (int)ShadertoyPlugin::eWrapRepeat ); in describeInContext()
H A DShadertoyRender.h1083 std::vector<WrapEnum> wrap(NBINPUTS, eWrapRepeat); in RENDERFUNC()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Distortion/
H A DDistortion.cpp231 eWrapRepeat, enumerator
887 case eWrapRepeat: in wrap()
3447 assert(channel->getNOptions() == eWrapRepeat); in addWrapOptions()