Home
last modified time | relevance | path

Searched refs:setOutputCacheability (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DConfigurationDialog.C394 dialog->node->setOutputCacheability(i, OutputFullyCached); in ConfigurationDialog_ActivateOutputCacheCB()
399 dialog->node->setOutputCacheability(i, OutputCacheOnce); in ConfigurationDialog_ActivateOutputCacheCB()
404 dialog->node->setOutputCacheability(i, OutputNotCached); in ConfigurationDialog_ActivateOutputCacheCB()
H A DNetwork.C2862 this->parseState.node->setOutputCacheability( in parseIntAttribute()
2867 this->parseState.node->setOutputCacheability( in parseIntAttribute()
2872 this->parseState.node->setOutputCacheability( in parseIntAttribute()
6166 src->setOutputCacheability(i,OutputFullyCached); in optimizeNodeOutputCacheability()
6170 src->setOutputCacheability(i,OutputNotCached); in optimizeNodeOutputCacheability()
H A DEditorWindow.C4944 node->setOutputCacheability(i,c); in setSelectedNodesOutputCacheability()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DNode.h809 void setOutputCacheability(int index, Cacheability c) in setOutputCacheability() function