Home
last modified time | relevance | path

Searched refs:DrawElementsBaseVertexTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.hpp36 class DrawElementsBaseVertexTests : public TestCaseGroup class
39 DrawElementsBaseVertexTests (Context& context);
40 ~DrawElementsBaseVertexTests (void);
45 DrawElementsBaseVertexTests (const DrawElementsBaseVertexTests& other);
46 DrawElementsBaseVertexTests& operator= (const DrawElementsBaseVertexTests& other);
Des31fDrawElementsBaseVertexTests.cpp895 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests (Context& context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests
900 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests (void) in ~DrawElementsBaseVertexTests()
904 void DrawElementsBaseVertexTests::init (void) in init()
Des31fFunctionalTests.cpp442 addChild(new DrawElementsBaseVertexTests (m_context)); in init()
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.hpp804 class DrawElementsBaseVertexTests : public glcts::TestCaseGroupBase class
808 DrawElementsBaseVertexTests(glcts::Context& context, const ExtParameters& extParams);
813 DrawElementsBaseVertexTests(const DrawElementsBaseVertexTests& other);
814 DrawElementsBaseVertexTests& operator=(const DrawElementsBaseVertexTests& other);
DesextcDrawElementsBaseVertexTests.cpp3293 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context& context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests
3302 void DrawElementsBaseVertexTests::init() in init()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp136 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp127 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()