Searched refs:GX2_STENCIL_REPLACE (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utExpandColor.cpp | 247 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetExpandAAColorState() 248 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetExpandAAColorState() 249 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetExpandAAColorState() 251 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetExpandAAColorState() 252 GX2_STENCIL_REPLACE, //backStencilZFail in GX2UTSetExpandAAColorState() 253 GX2_STENCIL_REPLACE);//backStencilFail in GX2UTSetExpandAAColorState()
|
| D | gx2utExpandDepth.cpp | 258 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetExpandDepthState() 259 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetExpandDepthState() 260 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetExpandDepthState() 262 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetExpandDepthState() 263 GX2_STENCIL_REPLACE, //backStencilZFail in GX2UTSetExpandDepthState() 264 GX2_STENCIL_REPLACE);//backStencilFail in GX2UTSetExpandDepthState()
|
| D | gx2utConvertDepth.cpp | 322 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetConvertDepthState() 323 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetConvertDepthState() 324 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetConvertDepthState() 326 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetConvertDepthState() 327 GX2_STENCIL_REPLACE, //backStencilZFail in GX2UTSetConvertDepthState() 328 GX2_STENCIL_REPLACE);//backStencilFail in GX2UTSetConvertDepthState()
|
| D | gx2utResolve.cpp | 306 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetResolveAAColorState() 307 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetResolveAAColorState() 308 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetResolveAAColorState() 310 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetResolveAAColorState() 311 GX2_STENCIL_REPLACE, //backStencilZFail in GX2UTSetResolveAAColorState() 312 GX2_STENCIL_REPLACE);//backStencilFail in GX2UTSetResolveAAColorState()
|
| D | gx2utClear.cpp | 659 GX2_STENCIL_REPLACE,//frontStencilZPass in GX2UTClearRectOp() 660 GX2_STENCIL_REPLACE,//frontStencilZFail in GX2UTClearRectOp() 661 GX2_STENCIL_REPLACE,//frontStencilFail in GX2UTClearRectOp() 664 GX2_STENCIL_REPLACE,//backStencilZPass in GX2UTClearRectOp() 665 GX2_STENCIL_REPLACE,//backStencilZFail in GX2UTClearRectOp() 666 GX2_STENCIL_REPLACE //backStencilFail in GX2UTClearRectOp() 896 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetClearState() 897 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetClearState() 898 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetClearState() 900 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetClearState() [all …]
|
| D | gx2utCopy.cpp | 710 GX2_STENCIL_REPLACE, //frontStencilZPass in GX2UTSetCopyState() 711 GX2_STENCIL_REPLACE, //frontStencilZFail in GX2UTSetCopyState() 712 GX2_STENCIL_REPLACE, //frontStencilFail in GX2UTSetCopyState() 714 GX2_STENCIL_REPLACE, //backStencilZPass in GX2UTSetCopyState() 715 GX2_STENCIL_REPLACE, //backStencilZFail in GX2UTSetCopyState() 716 GX2_STENCIL_REPLACE);//backStencilFail in GX2UTSetCopyState()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Enum.h | 157 GX2_STENCIL_REPLACE = 2, enumerator
|