Lines Matching refs:renderState

3610         D3DRENDERSTATETYPE renderState = D3DRS_FORCE_DWORD;
3620 renderState = D3DRS_ZENABLE;
3626 renderState = D3DRS_ZWRITEENABLE;
3631 renderState = D3DRS_ALPHATESTENABLE;
3636 renderState = D3DRS_DITHERENABLE;
3641 renderState = D3DRS_ALPHABLENDENABLE;
3646 renderState = D3DRS_FOGENABLE;
3651 renderState = D3DRS_SPECULARENABLE;
3656 renderState = D3DRS_LIGHTING;
3661 renderState = D3DRS_NORMALIZENORMALS;
3666 renderState = D3DRS_POINTSPRITEENABLE;
3671 renderState = D3DRS_POINTSCALEENABLE;
3676 renderState = D3DRS_POINTSIZE;
3682 renderState = D3DRS_POINTSIZE_MIN;
3688 renderState = D3DRS_POINTSIZE_MAX;
3694 renderState = D3DRS_POINTSCALE_A;
3699 renderState = D3DRS_POINTSCALE_B;
3704 renderState = D3DRS_POINTSCALE_C;
3709 renderState = D3DRS_AMBIENT;
3714 renderState = D3DRS_CLIPPLANEENABLE;
3719 renderState = D3DRS_FOGCOLOR;
3724 renderState = D3DRS_FOGSTART;
3729 renderState = D3DRS_FOGEND;
3734 renderState = D3DRS_FOGDENSITY;
3739 renderState = D3DRS_RANGEFOGENABLE;
3774 renderState = D3DRS_FOGVERTEXMODE;
3777 renderState = D3DRS_FOGTABLEMODE;
3825 renderState = D3DRS_FILLMODE;
3830 renderState = D3DRS_SHADEMODE;
3840 renderState = D3DRS_LINEPATTERN;
3846 renderState = D3DRS_SRCBLEND;
3851 renderState = D3DRS_DESTBLEND;
3857 renderState = D3DRS_BLENDOP;
3882 renderState = D3DRS_CULLMODE;
3888 renderState = D3DRS_ZFUNC;
3893 renderState = D3DRS_ALPHAFUNC;
3898 renderState = D3DRS_STENCILENABLE;
3903 renderState = D3DRS_STENCILREF;
3908 renderState = D3DRS_STENCILMASK;
3913 renderState = D3DRS_STENCILWRITEMASK;
3918 renderState = D3DRS_STENCILFUNC;
3925 renderState = D3DRS_STENCILFAIL;
3930 renderState = D3DRS_STENCILZFAIL;
3935 renderState = D3DRS_STENCILPASS;
3940 renderState = D3DRS_ALPHAREF;
3947 renderState = D3DRS_FRONTWINDING; //D3DRS_TWOSIDEDSTENCILMODE
3956 renderState = D3DRS_COORDINATETYPE;
3963 renderState = D3DRS_DEPTHBIAS;
3970 renderState = D3DRS_SLOPESCALEDEPTHBIAS;
3975 renderState = D3DRS_DEPTHBIAS;
3980 renderState = D3DRS_COLORWRITEENABLE;
3986 renderState = D3DRS_INDEXEDVERTEXBLENDENABLE; /* correct?? */
3992 renderState = D3DRS_DIFFUSEMATERIALSOURCE;
3997 renderState = D3DRS_SPECULARMATERIALSOURCE;
4002 renderState = D3DRS_AMBIENTMATERIALSOURCE;
4007 renderState = D3DRS_EMISSIVEMATERIALSOURCE;
4012 renderState = D3DRS_TEXTUREFACTOR;
4017 renderState = D3DRS_LOCALVIEWER;
4022 renderState = D3DRS_SCISSORTESTENABLE;
4027 renderState = D3DRS_BLENDFACTOR;
4032 renderState = D3DRS_TWOSIDEDSTENCILMODE;
4037 renderState = D3DRS_CCW_STENCILFUNC;
4042 renderState = D3DRS_CCW_STENCILFAIL;
4047 renderState = D3DRS_CCW_STENCILZFAIL;
4052 renderState = D3DRS_CCW_STENCILPASS;
4058 renderState = D3DRS_VERTEXBLEND;
4066 renderState = D3DRS_OUTPUTGAMMA;
4074 renderState = D3DRS_ZVISIBLE;
4080 renderState = D3DRS_LASTPIXEL;
4085 renderState = D3DRS_CLIPPING;
4091 renderState = D3DRS_WRAP0;
4096 renderState = D3DRS_WRAP1;
4101 renderState = D3DRS_WRAP2;
4106 renderState = D3DRS_WRAP3;
4111 renderState = D3DRS_WRAP4;
4116 renderState = D3DRS_WRAP5;
4121 renderState = D3DRS_WRAP6;
4126 renderState = D3DRS_WRAP7;
4131 renderState = D3DRS_WRAP8;
4136 renderState = D3DRS_WRAP9;
4141 renderState = D3DRS_WRAP10;
4146 renderState = D3DRS_WRAP11;
4151 renderState = D3DRS_WRAP12;
4156 renderState = D3DRS_WRAP13;
4161 renderState = D3DRS_WRAP14;
4166 renderState = D3DRS_WRAP15;
4171 renderState = D3DRS_MULTISAMPLEANTIALIAS;
4176 renderState = D3DRS_MULTISAMPLEMASK;
4181 renderState = D3DRS_INDEXEDVERTEXBLENDENABLE;
4186 renderState = D3DRS_TWEENFACTOR;
4191 renderState = D3DRS_ANTIALIASEDLINEENABLE;
4196 renderState = D3DRS_COLORWRITEENABLE1;
4201 renderState = D3DRS_COLORWRITEENABLE2;
4206 renderState = D3DRS_COLORWRITEENABLE3;
4211 renderState = D3DRS_SEPARATEALPHABLENDENABLE;
4216 renderState = D3DRS_SRCBLENDALPHA;
4221 renderState = D3DRS_DESTBLENDALPHA;
4226 renderState = D3DRS_BLENDOPALPHA;
4233 renderState = D3DRS_TRANSPARENCYANTIALIAS;
4239 renderState = D3DRS_ANTIALIASEDLINEENABLE;
4246 renderState = D3DRS_LINEWIDTH;
4252 if (renderState != D3DRS_FORCE_DWORD)
4254 hr = pContext->pDevice->SetRenderState(renderState, val);