Lines Matching defs:RenderState
81 struct RenderState struct
83 bool scissorTestEnabled;
84 rr::WindowRectangle scissorRectangle;
86 bool stencilTestEnabled;
87 StencilState stencil[rr::FACETYPE_LAST];
89 bool depthTestEnabled;
90 deUint32 depthFunc;
91 bool depthWriteMask;
93 bool blendEnabled;
94 BlendState blendRGBState;
95 BlendState blendAState;
96 tcu::Vec4 blendColor;
98 bool ditherEnabled;
100 tcu::BVec4 colorMask;
102 RenderState (void) in RenderState() function