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);
Des31fFunctionalTests.cpp483 addChild(new DrawElementsBaseVertexTests(m_context)); in init()
525 addChild(new DrawElementsBaseVertexTests(m_context)); in init()
Des31fDrawElementsBaseVertexTests.cpp945 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(Context &context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests
950 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests(void) in ~DrawElementsBaseVertexTests()
954 void DrawElementsBaseVertexTests::init(void) 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.cpp3277 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context &context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests
3286 void DrawElementsBaseVertexTests::init() in init()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp145 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp127 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()