Lines Matching refs:LineRenderTestCase

589 class LineRenderTestCase : public RenderTestCase  class
605LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLin…
606LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessL…
622 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description… in LineRenderTestCase() function in deqp::gles2::Functional::__anon1ee7734a0111::LineRenderTestCase
630 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description… in LineRenderTestCase() function in deqp::gles2::Functional::__anon1ee7734a0111::LineRenderTestCase
638 void LineRenderTestCase::init (void) in init()
644 void LineRenderTestCase::testRender (void) in testRender()
708 std::vector<LineRenderTestCase::ColoredLineData> LineRenderTestCase::convertToColoredLines(const Co… in convertToColoredLines()
727 class LineCase : public LineRenderTestCase
730 …* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const Li…
738 …* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const Li… in LineCase()
739 : LineRenderTestCase (context, name, description, linesBegin, linesEnd, lineWidth, viewport) in LineCase()
778 class ColoredLineCase : public LineRenderTestCase
781 …r* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const Lin…
786 …r* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const Lin… in ColoredLineCase()
787 : LineRenderTestCase (context, name, description, linesBegin, linesEnd, lineWidth, viewport) in ColoredLineCase()
1412 const LineRenderTestCase::ColorlessLineData viewportTestLines[] = in init()
1433 const LineRenderTestCase::ColorlessLineData depthTestLines[] = in init()
1441 const LineRenderTestCase::ColorlessLineData longTestLines[] = in init()
1453 const LineRenderTestCase::ColoredLineData colorTestLines[] = in init()