Home
last modified time | relevance | path

Searched refs:GX2_COMPARE_ALWAYS (Results 1 – 9 of 9) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utClear.cpp637 stencilFunc = GX2_COMPARE_ALWAYS; in GX2UTClearRectOp()
660 GX2_COMPARE_ALWAYS, //depthFunc in GX2UTClearRectOp()
796 GX2_COMPARE_ALWAYS, // depthFunc in GX2UTInvalidateHiStencilRect()
799 GX2_COMPARE_ALWAYS, // frontStencilFunc in GX2UTInvalidateHiStencilRect()
803 GX2_COMPARE_ALWAYS, // backStencilFunc in GX2UTInvalidateHiStencilRect()
825 hiStencilInfo.state[0].function = GX2_COMPARE_ALWAYS; in GX2UTInvalidateHiStencilRect()
829 hiStencilInfo.state[1].function = GX2_COMPARE_ALWAYS; in GX2UTInvalidateHiStencilRect()
901 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetClearState()
905 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetClearState()
Dgx2utExpandDepth.cpp257 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetExpandDepthState()
261 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetExpandDepthState()
Dgx2utExpandColor.cpp246 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetExpandAAColorState()
250 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetExpandAAColorState()
Dgx2utConvertDepth.cpp321 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetConvertDepthState()
325 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetConvertDepthState()
Dgx2utResolve.cpp305 GX2_COMPARE_ALWAYS, //frontStencilFunc in GX2UTSetResolveAAColorState()
309 GX2_COMPARE_ALWAYS, //backStencilFunc in GX2UTSetResolveAAColorState()
Dgx2utCopy.cpp687 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-1/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp447 GX2_COMPARE_ALWAYS); in Draw()
502 GX2_COMPARE_ALWAYS); in Draw()
Ddemowin_combo_box.cpp284 GX2_COMPARE_ALWAYS); in Draw()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Enum.h146 GX2_COMPARE_ALWAYS = 7, enumerator
148 GX2_COMPARE_LAST = GX2_COMPARE_ALWAYS