Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.hpp59 class DrawIndirectTestsES31 : public glcts::TestCaseGroup class
62 DrawIndirectTestsES31(glcts::Context& context);
63 ~DrawIndirectTestsES31(void);
68 DrawIndirectTestsES31(const DrawIndirectTestsES31& other);
69 DrawIndirectTestsES31& operator=(const DrawIndirectTestsES31& other);
Des31cTestPackage.cpp196 coreGroup->addChild(new glcts::DrawIndirectTestsES31(getContext())); in init()
Des31cDrawIndirectTests.cpp8209 DrawIndirectTestsES31::DrawIndirectTestsES31(glcts::Context& context) : TestCaseGroup(context, "dra… in DrawIndirectTestsES31() function in glcts::DrawIndirectTestsES31
8213 DrawIndirectTestsES31::~DrawIndirectTestsES31(void) in ~DrawIndirectTestsES31()
8217 void DrawIndirectTestsES31::init() in init()