Searched refs:DrawIndirectTestsGL43 (Results 1 – 3 of 3) sorted by relevance
46 class DrawIndirectTestsGL43 : public glcts::TestCaseGroup class49 DrawIndirectTestsGL43(glcts::Context& context);50 ~DrawIndirectTestsGL43(void);55 DrawIndirectTestsGL43(const DrawIndirectTestsGL43& other);56 DrawIndirectTestsGL43& operator=(const DrawIndirectTestsGL43& other);
7997 DrawIndirectTestsGL43::DrawIndirectTestsGL43(glcts::Context& context) : TestCaseGroup(context, "dra… in DrawIndirectTestsGL43() function in glcts::DrawIndirectTestsGL438001 DrawIndirectTestsGL43::~DrawIndirectTestsGL43(void) in ~DrawIndirectTestsGL43()8005 void DrawIndirectTestsGL43::init() in init()
295 addChild(new glcts::DrawIndirectTestsGL43(getContext())); in init()