Home
last modified time | relevance | path

Searched refs:GeometryShaderTests (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderTests.hpp36 class GeometryShaderTests : public glcts::TestCaseGroupBase class
40 GeometryShaderTests(glcts::Context& context, const ExtParameters& extParams);
42 ~GeometryShaderTests(void) in ~GeometryShaderTests()
50 GeometryShaderTests(const GeometryShaderTests& other);
51 GeometryShaderTests& operator=(const GeometryShaderTests& other);
H A DesextcGeometryShaderTests.cpp58 GeometryShaderTests::GeometryShaderTests(Context& context, const ExtParameters& extParams) in GeometryShaderTests() function in glcts::GeometryShaderTests
66 void GeometryShaderTests::init(void) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.hpp36 class GeometryShaderTests : public TestCaseGroup class
39 GeometryShaderTests (Context& context, bool isGL45);
40 ~GeometryShaderTests (void);
45 GeometryShaderTests (const GeometryShaderTests& other);
46 GeometryShaderTests& operator= (const GeometryShaderTests& other);
H A Des31fFunctionalTests.cpp464 addChild(new GeometryShaderTests (m_context, false)); in init()
508 addChild(new GeometryShaderTests (m_context, true)); in init()
H A Des31fGeometryShaderTests.cpp6073 GeometryShaderTests::GeometryShaderTests (Context& context, bool isGL45)
6079 GeometryShaderTests::~GeometryShaderTests (void)
6083 void GeometryShaderTests::init (void)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp138 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp172 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTestPackages.cpp366 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp223 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()

Completed in 13 milliseconds