Searched refs:DrawElementsBaseVertexTests (Results 1 – 7 of 7) sorted by relevance
36 class DrawElementsBaseVertexTests : public TestCaseGroup class39 DrawElementsBaseVertexTests(Context &context);40 ~DrawElementsBaseVertexTests(void);45 DrawElementsBaseVertexTests(const DrawElementsBaseVertexTests &other);46 DrawElementsBaseVertexTests &operator=(const DrawElementsBaseVertexTests &other);
483 addChild(new DrawElementsBaseVertexTests(m_context)); in init()525 addChild(new DrawElementsBaseVertexTests(m_context)); in init()
945 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(Context &context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests950 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests(void) in ~DrawElementsBaseVertexTests()954 void DrawElementsBaseVertexTests::init(void) in init()
804 class DrawElementsBaseVertexTests : public glcts::TestCaseGroupBase class808 DrawElementsBaseVertexTests(glcts::Context &context, const ExtParameters &extParams);813 DrawElementsBaseVertexTests(const DrawElementsBaseVertexTests &other);814 DrawElementsBaseVertexTests &operator=(const DrawElementsBaseVertexTests &other);
3277 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context &context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests3286 void DrawElementsBaseVertexTests::init() in init()
145 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
127 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()