Searched refs:ColoredRect (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglPartialUpdateTests.cpp | 115 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::__anon30376::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 in render() [all...] |
H A D | teglBufferAgeTests.cpp | 127 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::__anon30347::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 in render() [all...] |
H A D | teglSwapBuffersWithDamageTests.cpp | 83 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::__anon30390::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*frameDiff+(rectNdx+1)*rectHeight), color); in generateFrameSequence() 673 const ColoredRect in getDamageRegion() [all...] |
H A D | teglWideColorTests.cpp | 126 struct ColoredRect struct 129 ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_); 135 ColoredRect::ColoredRect (const IVec2& bottomLeft_, const IVec2& topRight_, const Color& color_) in ColoredRect() function in deqp::egl::__anon30392::ColoredRect 158 void render (const ColoredRect& coloredRect) const; 212 void GLES2Renderer::render (const struct ColoredRect &coloredRect) const in render() 1218 const ColoredRect coloredRect (IVec2(0, 0), IVec2(1, 1), clearColor); in doClearTest()
|
Completed in 6 milliseconds