Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp916 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests (Context& context) in DrawElementsBaseVertexTests() function in deqp::gles31::Functional::DrawElementsBaseVertexTests
921 DrawElementsBaseVertexTests::~DrawElementsBaseVertexTests (void) in ~DrawElementsBaseVertexTests()
925 void DrawElementsBaseVertexTests::init (void) in init()
Des31fFunctionalTests.cpp481 addChild(new DrawElementsBaseVertexTests (m_context)); in init()
523 addChild(new DrawElementsBaseVertexTests (m_context)); in init()
/third_party/vk-gl-cts/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.cpp3275 DrawElementsBaseVertexTests::DrawElementsBaseVertexTests(glcts::Context& context, const ExtParamete… in DrawElementsBaseVertexTests() function in glcts::DrawElementsBaseVertexTests
3284 void DrawElementsBaseVertexTests::init() in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp144 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()