Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.hpp33 class DrawIndirectTestsGL40 : public glcts::TestCaseGroup class
36 DrawIndirectTestsGL40(glcts::Context& context);
37 ~DrawIndirectTestsGL40(void);
42 DrawIndirectTestsGL40(const DrawIndirectTestsGL40& other);
43 DrawIndirectTestsGL40& operator=(const DrawIndirectTestsGL40& other);
Des31cDrawIndirectTests.cpp8026 DrawIndirectTestsGL40::DrawIndirectTestsGL40(glcts::Context& context) : TestCaseGroup(context, "dra… in DrawIndirectTestsGL40() function in glcts::DrawIndirectTestsGL40
8030 DrawIndirectTestsGL40::~DrawIndirectTestsGL40(void) in ~DrawIndirectTestsGL40()
8034 void DrawIndirectTestsGL40::init() in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp131 addChild(new glcts::DrawIndirectTestsGL40(getContext())); in init()