Home
last modified time | relevance | path

Searched refs:ViewportArrayTests (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp1075 class ViewportArrayTests : public glcts::TestCaseGroupBase class
1079 ViewportArrayTests(deqp::Context& context, const glcts::ExtParameters& extParams);
1081 virtual ~ViewportArrayTests(void) in ~ViewportArrayTests()
1089 ViewportArrayTests(const ViewportArrayTests& other);
1090 ViewportArrayTests& operator=(const ViewportArrayTests& other);
DglcViewportArrayTests.cpp4790 ViewportArrayTests::ViewportArrayTests(deqp::Context& context, const glcts::ExtParameters& extParam… in ViewportArrayTests() function in glcts::ViewportArrayTests
4799 void ViewportArrayTests::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp145 addChild(new glcts::ViewportArrayTests(getContext(), viewportParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTestPackage.cpp230 coreGroup->addChild(new glcts::ViewportArrayTests(getContext(), extParams)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp167 addChild(new glcts::ViewportArrayTests(getContext(), extParams)); in init()