Home | History | Annotate | Download | only in Renderer

Lines Matching refs:BITS

40 			DepthCompareMode depthCompareMode         : BITS(DEPTH_LAST);
41 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST);
46 StencilCompareMode stencilCompareMode : BITS(STENCIL_LAST);
47 StencilOperation stencilFailOperation : BITS(OPERATION_LAST);
48 StencilOperation stencilPassOperation : BITS(OPERATION_LAST);
49 StencilOperation stencilZFailOperation : BITS(OPERATION_LAST);
54 StencilCompareMode stencilCompareModeCCW : BITS(STENCIL_LAST);
55 StencilOperation stencilFailOperationCCW : BITS(OPERATION_LAST);
56 StencilOperation stencilPassOperationCCW : BITS(OPERATION_LAST);
57 StencilOperation stencilZFailOperationCCW : BITS(OPERATION_LAST);
64 FogMode pixelFogMode : BITS(FOG_LAST);
71 BlendFactor sourceBlendFactor : BITS(BLEND_LAST);
72 BlendFactor destBlendFactor : BITS(BLEND_LAST);
73 BlendOperation blendOperation : BITS(BLENDOP_LAST);
74 BlendFactor sourceBlendFactorAlpha : BITS(BLEND_LAST);
75 BlendFactor destBlendFactorAlpha : BITS(BLEND_LAST);
76 BlendOperation blendOperationAlpha : BITS(BLENDOP_LAST);
83 TransparencyAntialiasing transparencyAntialiasing : BITS(TRANSPARENCY_LAST);
86 LogicalOperation logicalOperation : BITS(LOGICALOP_LAST);