Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h634 enum AlphaTest enum
2378 AlphaTest aFunc, in AlphaCompare()
2399 AlphaTest aFunc, in Set()
2415 AlphaTest GetFunc() const in GetFunc()
2417 return AlphaTest(func); in GetFunc()
Dlyt_Common.h263 static void SetAlphaTestFunc(GraphicsResource& graphicsResource, AlphaTest value);
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResFragmentShader.h1175 …NW_RES_FIELD_RESSTRUCT_DECL( ResAlphaTest, AlphaTest ) // GetAlphaTest(), GetAlp…
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Common.cpp700 GL::SetAlphaTestFunc(nw::lyt::GraphicsResource &graphicsResource, nw::lyt::AlphaTest value) in SetAlphaTestFunc()