Lines Matching refs:BITS
42 DepthCompareMode depthCompareMode : BITS(DEPTH_LAST);
43 AlphaCompareMode alphaCompareMode : BITS(ALPHA_LAST);
48 StencilCompareMode stencilCompareMode : BITS(STENCIL_LAST);
49 StencilOperation stencilFailOperation : BITS(OPERATION_LAST);
50 StencilOperation stencilPassOperation : BITS(OPERATION_LAST);
51 StencilOperation stencilZFailOperation : BITS(OPERATION_LAST);
56 StencilCompareMode stencilCompareModeCCW : BITS(STENCIL_LAST);
57 StencilOperation stencilFailOperationCCW : BITS(OPERATION_LAST);
58 StencilOperation stencilPassOperationCCW : BITS(OPERATION_LAST);
59 StencilOperation stencilZFailOperationCCW : BITS(OPERATION_LAST);
66 FogMode pixelFogMode : BITS(FOG_LAST);
74 BlendFactor sourceBlendFactor : BITS(BLEND_LAST);
75 BlendFactor destBlendFactor : BITS(BLEND_LAST);
76 BlendOperation blendOperation : BITS(BLENDOP_LAST);
77 BlendFactor sourceBlendFactorAlpha : BITS(BLEND_LAST);
78 BlendFactor destBlendFactorAlpha : BITS(BLEND_LAST);
79 BlendOperation blendOperationAlpha : BITS(BLENDOP_LAST);
86 TransparencyAntialiasing transparencyAntialiasing : BITS(TRANSPARENCY_LAST);
90 LogicalOperation logicalOperation : BITS(LOGICALOP_LAST);