Home
last modified time | relevance | path

Searched refs:DrawIndirectTestsGL43 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.hpp46 class DrawIndirectTestsGL43 : public glcts::TestCaseGroup class
49 DrawIndirectTestsGL43(glcts::Context& context);
50 ~DrawIndirectTestsGL43(void);
55 DrawIndirectTestsGL43(const DrawIndirectTestsGL43& other);
56 DrawIndirectTestsGL43& operator=(const DrawIndirectTestsGL43& other);
Des31cDrawIndirectTests.cpp8190 DrawIndirectTestsGL43::DrawIndirectTestsGL43(glcts::Context& context) : TestCaseGroup(context, "dra… in DrawIndirectTestsGL43() function in glcts::DrawIndirectTestsGL43
8194 DrawIndirectTestsGL43::~DrawIndirectTestsGL43(void) in ~DrawIndirectTestsGL43()
8198 void DrawIndirectTestsGL43::init() in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp248 addChild(new glcts::DrawIndirectTestsGL43(getContext())); in init()