Lines Matching refs:LineRenderTestCase
592 class LineRenderTestCase : public RenderTestCase class
608 …LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLin…
609 …LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessL…
625 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description… in LineRenderTestCase() function in deqp::gles3::Functional::__anon07f21dac0111::LineRenderTestCase
633 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description… in LineRenderTestCase() function in deqp::gles3::Functional::__anon07f21dac0111::LineRenderTestCase
641 void LineRenderTestCase::init (void) in init()
647 void LineRenderTestCase::testRender (void) in testRender()
711 std::vector<LineRenderTestCase::ColoredLineData> LineRenderTestCase::convertToColoredLines(const Co… in convertToColoredLines()
730 class LineCase : public LineRenderTestCase
733 …* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const Li…
741 …* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const Li… in LineCase()
742 : LineRenderTestCase (context, name, description, linesBegin, linesEnd, lineWidth, viewport) in LineCase()
781 class ColoredLineCase : public LineRenderTestCase
784 …r* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const Lin…
789 …r* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const Lin… in ColoredLineCase()
790 : LineRenderTestCase (context, name, description, linesBegin, linesEnd, lineWidth, viewport) in ColoredLineCase()
1416 const LineRenderTestCase::ColorlessLineData viewportTestLines[] = in init()
1437 const LineRenderTestCase::ColorlessLineData depthTestLines[] = in init()
1445 const LineRenderTestCase::ColorlessLineData longTestLines[] = in init()
1457 const LineRenderTestCase::ColoredLineData colorTestLines[] = in init()