Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResMaterial.h826 enum TestFunc enum
871 TestFunc GetTestFunc() const in GetTestFunc()
875 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunc()
883 void SetTestFunc(TestFunc value) in SetTestFunc()
920 enum TestFunc enum
970 TestFunc GetTestFunction() const in GetTestFunction()
974 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunction()
978 void SetTestFunction(TestFunc value) in SetTestFunction()
Dgfx_ResFragmentShader.h608 enum TestFunc enum
649 TestFunc GetTestFunc() const in GetTestFunc()
653 return (TestFunc)internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT ); in GetTestFunc()
661 void SetTestFunc(TestFunc value) in SetTestFunc()