Searched refs:pState (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2RenderStateReg.h | 176 void GX2API GX2InitDepthStencilControlReg(GX2DepthStencilControlReg *pState, 212 void GX2API GX2GetDepthStencilControlReg(const GX2DepthStencilControlReg *pState, 235 void GX2API GX2SetDepthStencilControlReg(const GX2DepthStencilControlReg *pState); 252 void GX2API GX2InitPolygonControlReg(GX2PolygonControlReg *pState, 280 void GX2API GX2GetPolygonControlReg(const GX2PolygonControlReg *pState, 301 void GX2API GX2SetPolygonControlReg(const GX2PolygonControlReg *pState); 319 void GX2API GX2InitStencilMaskReg(GX2StencilMaskReg *pState, 342 void GX2API GX2GetStencilMaskReg(const GX2StencilMaskReg *pState, 358 void GX2API GX2SetStencilMaskReg(const GX2StencilMaskReg *pState); 369 void GX2API GX2InitAlphaTestReg(GX2AlphaTestReg *pState, [all …]
|
| D | gx2Misc.h | 640 void GX2API GX2SetupContextStateEx(GX2ContextState* pState, GX2Boolean enableProfiling); 657 GX2_INLINE void GX2SetupContextState(GX2ContextState* pState) in GX2SetupContextState() argument 659 GX2SetupContextStateEx(pState, GX2_ENABLE); in GX2SetupContextState() 686 void GX2API GX2SetContextState(const GX2ContextState* pState); 704 void GX2API GX2GetContextStateDisplayList(const GX2ContextState *pState, void **ppDisplayList, u32 …
|
| /CafeSDK-2.12.13-1/system/include/cafe/mem/ |
| D | frameHeap.h | 69 MEMiFrmHeapState* pState; // State storage parameter. member
|