HomeSort by relevance Sort by last modified time
    Searched refs:ColoredRect (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglPartialUpdateTests.cpp 115 struct ColoredRect
118 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
124 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_)
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
135 ColoredRect rect;
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_)
173 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b));
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
    [all...]
teglBufferAgeTests.cpp 127 struct ColoredRect
130 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
136 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_)
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
147 ColoredRect rect;
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_)
186 const ColoredRect coloredRect (IVec2(x1, y1), IVec2(x2, y2), Color(r, g, b));
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
    [all...]
teglSwapBuffersWithDamageTests.cpp 83 struct ColoredRect
86 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_);
92 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_)
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
103 ColoredRect rect;
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_)
192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width)
    [all...]

Completed in 352 milliseconds