Searched refs:DrawIndirectTestsGL40 (Results 1 – 3 of 3) sorted by relevance
33 class DrawIndirectTestsGL40 : public glcts::TestCaseGroup class36 DrawIndirectTestsGL40(glcts::Context& context);37 ~DrawIndirectTestsGL40(void);42 DrawIndirectTestsGL40(const DrawIndirectTestsGL40& other);43 DrawIndirectTestsGL40& operator=(const DrawIndirectTestsGL40& other);
7844 DrawIndirectTestsGL40::DrawIndirectTestsGL40(glcts::Context& context) : TestCaseGroup(context, "dra… in DrawIndirectTestsGL40() function in glcts::DrawIndirectTestsGL407848 DrawIndirectTestsGL40::~DrawIndirectTestsGL40(void) in ~DrawIndirectTestsGL40()7852 void DrawIndirectTestsGL40::init() in init()
132 addChild(new glcts::DrawIndirectTestsGL40(getContext())); in init()