Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h852 enum TestFunc enum
897 TestFunc GetTestFunc() const in GetTestFunc()
901 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunc()
909 void SetTestFunc(TestFunc value) in SetTestFunc()
946 enum TestFunc enum
996 TestFunc GetTestFunction() const in GetTestFunction()
1000 …return static_cast<TestFunc>(internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT … in GetTestFunction()
1004 void SetTestFunction(TestFunc value) in SetTestFunction()
Dgfx_ResFragmentShader.h678 enum TestFunc enum
719 TestFunc GetTestFunc() const in GetTestFunc()
723 return (TestFunc)internal::GetCmdValue( ref().m_CommandBuffer[0], CMD_MASK, CMD_SHIFT ); in GetTestFunc()
731 void SetTestFunc(TestFunc value) in SetTestFunc()