Lines Matching defs:RenderState
78 struct RenderState struct
80 bool scissorTestEnabled;
81 rr::WindowRectangle scissorRectangle;
83 bool stencilTestEnabled;
84 StencilState stencil[rr::FACETYPE_LAST];
86 bool depthTestEnabled;
87 uint32_t depthFunc;
88 bool depthWriteMask;
90 bool blendEnabled;
91 BlendState blendRGBState;
92 BlendState blendAState;
93 tcu::Vec4 blendColor;
95 bool ditherEnabled;
97 tcu::BVec4 colorMask;
99 RenderState(void) in RenderState() argument