Searched refs:GeometryShaderTests (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderTests.hpp | 36 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 D | esextcGeometryShaderTests.cpp | 58 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 D | es31fGeometryShaderTests.hpp | 36 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 D | es31fFunctionalTests.cpp | 464 addChild(new GeometryShaderTests (m_context, false)); in init() 508 addChild(new GeometryShaderTests (m_context, true)); in init()
|
H A D | es31fGeometryShaderTests.cpp | 6073 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 D | esextcTestPackage.cpp | 138 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
H A D | es32cTestPackage.cpp | 172 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTestPackages.cpp | 366 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTestPackage.cpp | 223 coreGroup->addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init()
|
Completed in 13 milliseconds