Searched defs:RenderCommand (Results 1 – 5 of 5) sorted by relevance
195 struct RenderCommand struct197 Quad quad;198 float depth;199 RenderState state;201 RenderCommand(void) : depth(0.0f) in RenderCommand() function
112 struct RenderCommand struct114 gls::FragmentOpUtil::IntegerQuad quad;115 RenderState state;
187 struct RenderCommand struct189 DepthStencilParams params;190 rr::WindowRectangle rect;191 tcu::Vec4 color;192 tcu::BVec4 colorMask;194 RenderCommand(void) : rect(0, 0, 0, 0) in RenderCommand() function
105 private class RenderCommand implements IncrementalCommand { class in Spreadsheet110 public RenderCommand(IncrementalCommand onFinished) { in RenderCommand() method in Spreadsheet.RenderCommand