Home
last modified time | relevance | path

Searched refs:ColoredRect (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/egl/
DteglBufferAgeTests.cpp127 struct ColoredRect struct
130 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
136 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() function in deqp::egl::__anonb8d56b4f0111::ColoredRect
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
147 ColoredRect rect;
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand()
186 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b)); in generateRandomFrame()
262 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
345 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
DteglPartialUpdateTests.cpp115 struct ColoredRect struct
118 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
124 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() function in deqp::egl::__anonf02170d80111::ColoredRect
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
135 ColoredRect rect;
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand()
173 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b)); in generateRandomFrame()
250 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
334 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
476 const ColoredRect& rect = frame.draws[drawNdx].rect; in getDamageRegion()
DteglSwapBuffersWithDamageTests.cpp83 struct ColoredRect struct
86 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
92 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() function in deqp::egl::__anonc6b3f00b0111::ColoredRect
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
103 ColoredRect rect;
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand()
192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect; in render()
658 …const ColoredRect rect (IVec2(0, frameNdx*frameDiff+rectNdx*rectHeight), IVec2(width, frameNdx*f… in generateFrameSequence()
673 const ColoredRect& rect = frame.draws[drawNdx].rect; in getDamageRegion()
DteglWideColorTests.cpp119 struct ColoredRect struct
122 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
128 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() function in deqp::egl::__anon6e68da900111::ColoredRect
151 void render (const ColoredRect& coloredRect) const;
205 void GLES2Renderer::render (const struct ColoredRect &coloredRect) const in render()
1093 const ColoredRect coloredRect (IVec2(0.0f, 0.0f), IVec2(1.0f, 1.0f), clearColor); in doClearTest()