Home
last modified time | relevance | path

Searched refs:OPTIONS_FLAGS_INHERIT_ATTRIBUTES (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pixie/Pixie/src/ri/
H A Doptions.h70 const unsigned int OPTIONS_FLAGS_INHERIT_ATTRIBUTES = 1<<12; // The object instance inherit attrib… variable
H A Doptions.cpp761 …0) { type = TYPE_INTEGER; value = NULL; intValue = (flags & OPTIONS_FLAGS_INHERIT_ATTRIBUTES) != 0… in find()
H A DrendererContext.cpp425 if (currentOptions->flags & OPTIONS_FLAGS_INHERIT_ATTRIBUTES) { in processDelayedInstance()
1305 optionCheckFlag(RI_INHERITATTRIBUTES,options->flags, OPTIONS_FLAGS_INHERIT_ATTRIBUTES)