Home
last modified time | relevance | path

Searched refs:SubTexmapOn (Results 1 – 10 of 10) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dstdmtl.h218 int SubTexmapOn(int i) { return MAPACTIVE(i); } in SubTexmapOn() function
H A Dmask.cpp428 if ( SubTexmapOn( i ) && ( GetSubTexmap( i ) != NULL ) ) in IsLocalOutputMeaningful()
H A Dpartage.cpp686 if ( SubTexmapOn( i ) && ( GetSubTexmap( i ) != NULL ) ) in IsLocalOutputMeaningful()
H A Dstdmtl2.h564 int SubTexmapOn(int i) { return MAPACTIVE(i); } in SubTexmapOn() function
H A Dcomposit.cpp1074 if ( SubTexmapOn( i ) && ( GetSubTexmap( i ) != NULL ) ) in IsLocalOutputMeaningful()
H A Dstdmtl2.cpp4999 if ( SubTexmapOn( channelID ) ) in IsOutputConst()
5326 SubTexmapOn( diffChanID ) && in EvalChannel()
5361 if ( SubTexmapOn( channelID ) && in EvalChannel()
5586 sc.doMaps && SubTexmapOn( id ) ) in ShouldEvalSubTexmap()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/material/
H A DGameMaterial.h438 int SubTexmapOn(int i) { return MAPACTIVE(i); } in SubTexmapOn() function
H A DGameMaterial.cpp4245 if ( SubTexmapOn( channelID ) ) in IsOutputConst()
4455 SubTexmapOn( diffChanID ) && in EvalChannel()
4490 if ( SubTexmapOn( channelID ) && in EvalChannel()
4665 sc.doMaps && SubTexmapOn( id ) ) in ShouldEvalSubTexmap()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxEffectExporter.cpp885 if ( texMap->SubTexmapOn ( subIdx ) == 0 ) in exportMap()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/swirl/
H A Dswirl.cpp238 int SubTexmapOn(int i) { return (mapOn[i] && subTex[i]) ? 1 : 0; } // mjm - 9.30.99 in SubTexmapOn() function in Swirl