Home
last modified time | relevance | path

Searched refs:TestFunc (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResMaterial.h841 enum TestFunc enum
886 TestFunc GetTestFunc() const in GetTestFunc()
890 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunc()
898 void SetTestFunc(TestFunc value) in SetTestFunc()
935 enum TestFunc enum
985 TestFunc GetTestFunction() const in GetTestFunction()
989 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunction()
993 void SetTestFunction(TestFunc value) in SetTestFunction()
Dgfx_ResFragmentShader.h619 enum TestFunc enum
660 TestFunc GetTestFunc() const in GetTestFunc()
664 return (TestFunc)internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT ); in GetTestFunc()
672 void SetTestFunc(TestFunc value) in SetTestFunc()