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);
916 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests (Context& context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests921 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests (void) in ~DrawElementsBaseVertexTests()925 void DrawElementsBaseVertexTests::init (void) in init()
481 addChild(new DrawElementsBaseVertexTests (m_context)); in init()523 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);
3275 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context& context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests3284 void DrawElementsBaseVertexTests::init() in init()
144 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()