Home
last modified time | relevance | path

Searched refs:renderContextType (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.hpp38 glu::ContextType renderContextType = glu::ContextType(4, 0, glu::PROFILE_CORE));
50 glu::ContextType renderContextType = glu::ContextType(4, 1, glu::PROFILE_CORE));
62 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_CORE));
74 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_COMPATIBILITY));
90 glu::ContextType renderContextType = glu::ContextType(4, 3, glu::PROFILE_CORE));
102 glu::ContextType renderContextType = glu::ContextType(4, 4, glu::PROFILE_CORE));
114 glu::ContextType renderContextType = glu::ContextType(4, 5, glu::PROFILE_CORE));
126 glu::ContextType renderContextType = glu::ContextType(4, 6, glu::PROFILE_CORE));
Dgl4cTestPackages.cpp108 glu::ContextType renderContextType) in GL40TestPackage() argument
109 : GL33TestPackage(testCtx, packageName, packageName, renderContextType) in GL40TestPackage()
148 glu::ContextType renderContextType) in GL41TestPackage() argument
149 : GL40TestPackage(testCtx, packageName, packageName, renderContextType) in GL41TestPackage()
193 glu::ContextType renderContextType) in GL42TestPackage() argument
194 : GL41TestPackage(testCtx, packageName, packageName, renderContextType) in GL42TestPackage()
242 glu::ContextType renderContextType) in GL42CompatTestPackage() argument
243 : TestPackage(testCtx, packageName, packageName, renderContextType, "gl_cts/data/") in GL42CompatTestPackage()
277 glu::ContextType renderContextType) in GL43TestPackage() argument
278 : GL42TestPackage(testCtx, packageName, packageName, renderContextType) in GL43TestPackage()
[all …]
Dgl3cTestPackages.cpp137 glu::ContextType renderContextType) in GL30TestPackage() argument
138 : TestPackage(testCtx, packageName, packageName, renderContextType, "gl_cts/data/") in GL30TestPackage()
178 glu::ContextType renderContextType) in GL31TestPackage() argument
179 : GL30TestPackage(testCtx, packageName, packageName, renderContextType) in GL31TestPackage()
209 glu::ContextType renderContextType) in GL32TestPackage() argument
210 : GL31TestPackage(testCtx, packageName, packageName, renderContextType) in GL32TestPackage()
269 glu::ContextType renderContextType) in GL33TestPackage() argument
270 : GL32TestPackage(testCtx, packageName, packageName, renderContextType) in GL33TestPackage()
Dgl3cTestPackages.hpp55 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE));
71 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE));
83 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE));
94 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE));
Dgl4cContextFlushControlTests.cpp211 glu::ContextType renderContextType = m_context.getRenderContext().getType(); in createNoFlushContext() local
214 …context = platform.createRenderContext(renderContextType, m_context.getTestContext().getCommandLin… in createNoFlushContext()
483 glu::ContextType renderContextType = m_test_context.getRenderContext().getType(); in createContext() local
486 …m_context = platform.createRenderContext(renderContextType, m_test_context.getTestContext().getCom… in createContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSingleConfigTestPackage.cpp115 glu::ContextType renderContextType) in SingleConfigGL43TestPackage() argument
116 : deqp::TestPackage(testCtx, packageName, description, renderContextType, "gl_cts/data/") in SingleConfigGL43TestPackage()
149 glu::ContextType renderContextType) in SingleConfigGL44TestPackage() argument
150 : SingleConfigGL43TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL44TestPackage()
178 glu::ContextType renderContextType) in SingleConfigGL45TestPackage() argument
179 : SingleConfigGL44TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL45TestPackage()
207 glu::ContextType renderContextType) in SingleConfigGL46TestPackage() argument
208 : SingleConfigGL45TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL46TestPackage()
235 glu::ContextType renderContextType) in SingleConfigES32TestPackage() argument
236 : deqp::TestPackage(testCtx, packageName, description, renderContextType, "gl_cts/data/") in SingleConfigES32TestPackage()
DglcSingleConfigTestPackage.hpp39 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 3)));
56 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 4)));
71 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 5)));
86 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::core(4, 6)));
101 glu::ContextType renderContextType = glu::ContextType(glu::ApiType::es(3, 2)));
DglcTestPackage.cpp35 PackageContext::PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType) in PackageContext() argument
36 : m_context (testCtx, renderContextType) in PackageContext()
46 glu::ContextType renderContextType, const char* resourcesPath) in TestPackage() argument
49 , m_renderContextType (renderContextType) in TestPackage()
DglcTestPackage.hpp45 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType);
66 glu::ContextType renderContextType, const char* resourcesPath);