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);
895 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests (Context& context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests900 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests (void) in ~DrawElementsBaseVertexTests()904 void DrawElementsBaseVertexTests::init (void) in init()
442 addChild(new DrawElementsBaseVertexTests (m_context)); 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);
3293 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context& context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests3302 void DrawElementsBaseVertexTests::init() in init()
136 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
127 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()