Home
last modified time | relevance | path

Searched defs:RenderCommand (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp195 struct RenderCommand struct
197 Quad quad;
198 float depth;
199 RenderState state;
201 RenderCommand(void) : depth(0.0f) in RenderCommand() function
H A DglsInteractionTestUtil.hpp112 struct RenderCommand struct
114 gls::FragmentOpUtil::IntegerQuad quad;
115 RenderState state;
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp187 struct RenderCommand struct
189 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
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp187 struct RenderCommand struct
189 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
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java105 private class RenderCommand implements IncrementalCommand { class in Spreadsheet
110 public RenderCommand(IncrementalCommand onFinished) { in RenderCommand() method in Spreadsheet.RenderCommand