Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp1052 if ( blendMode.GetBlendOp() == BLENDOP_DISABLE && in SetUpBlendMode()
1065 else if ( blendMode.GetBlendOp() != BLENDOP_DISABLE ) in SetUpBlendMode()
1104 blendOp[ blendMode.GetBlendOp() ], in SetUpBlendMode()
Dlyt_Material.cpp1368 if (blendMode.GetBlendOp() == BLENDOP_DISABLE) in SetupGraphics()
1377 glBlendEquation(blendOp[blendMode.GetBlendOp()]); in SetupGraphics()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h2526 BlendOp GetBlendOp() const in GetBlendOp() function