Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp1006 if ( blendMode.GetBlendOp() == BLENDOP_DISABLE && in SetUpBlendMode()
1019 else if ( blendMode.GetBlendOp() != BLENDOP_DISABLE ) in SetUpBlendMode()
1058 blendOp[ blendMode.GetBlendOp() ], in SetUpBlendMode()
Dlyt_Material.cpp1366 if (blendMode.GetBlendOp() == BLENDOP_DISABLE) in SetupGraphics()
1375 glBlendEquation(blendOp[blendMode.GetBlendOp()]); in SetupGraphics()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h2491 BlendOp GetBlendOp() const in GetBlendOp() function