Searched refs:GX2_COMPARE_ALWAYS (Results 1 – 9 of 9) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 631 stencilFunc = GX2_COMPARE_ALWAYS; in GX2UTClearRectOp() 654 GX2_COMPARE_ALWAYS, //depthFunc in GX2UTClearRectOp() 790 GX2_COMPARE_ALWAYS, // depthFunc in GX2UTInvalidateHiStencilRect() 793 GX2_COMPARE_ALWAYS, // frontStencilFunc in GX2UTInvalidateHiStencilRect() 797 GX2_COMPARE_ALWAYS, // backStencilFunc in GX2UTInvalidateHiStencilRect() 819 hiStencilInfo.state[0].function = GX2_COMPARE_ALWAYS; in GX2UTInvalidateHiStencilRect() 823 hiStencilInfo.state[1].function = GX2_COMPARE_ALWAYS; in GX2UTInvalidateHiStencilRect() 895 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetClearState() 899 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetClearState()
|
| D | gx2utExpandColor.cpp | 246 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetExpandAAColorState() 250 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetExpandAAColorState()
|
| D | gx2utExpandDepth.cpp | 257 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetExpandDepthState() 261 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetExpandDepthState()
|
| D | gx2utConvertDepth.cpp | 321 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetConvertDepthState() 325 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetConvertDepthState()
|
| D | gx2utResolve.cpp | 305 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetResolveAAColorState() 309 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetResolveAAColorState()
|
| D | gx2utCopy.cpp | 687 GX2SetDepthOnlyControl(GX2_FALSE, GX2_FALSE, GX2_COMPARE_ALWAYS); in GX2UTSetCopyState() 709 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetCopyState() 713 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetCopyState()
|
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 447 GX2_COMPARE_ALWAYS); in Draw() 502 GX2_COMPARE_ALWAYS); in Draw()
|
| D | demowin_combo_box.cpp | 284 GX2_COMPARE_ALWAYS); in Draw()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Enum.h | 146 GX2_COMPARE_ALWAYS = 7, enumerator 148 GX2_COMPARE_LAST = GX2_COMPARE_ALWAYS
|