Home
last modified time | relevance | path

Searched refs:ShaderLibraryGroup (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFunctionalTests.cpp126 class ShaderLibraryGroup : public TestCaseGroup class
136 ShaderLibraryGroup (Context& context, const char* name, const char* description, int numFiles, const File* files) in ShaderLibraryGroup() function in deqp::gles31::Functional::ShaderLibraryGroup
200 static const ShaderLibraryGroup::File s_filesES31[] = in init()
210 static const ShaderLibraryGroup::File s_filesES32[] = in init()
219 static const ShaderLibraryGroup::File s_filesGL45[] = in init()
230 addChild(new ShaderLibraryGroup(m_context, "gl45", "GL 4.5 Linkage", DE_LENGTH_OF_ARRAY(s_filesGL45), s_filesGL45)); in init()
233 addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_filesES31), s_filesES31)); in init()
234 addChild(new ShaderLibraryGroup(m_context, "es32", "GLSL ES 3.2 Linkage", DE_LENGTH_OF_ARRAY(s_filesES32), s_filesES32)); in init()
260 static const ShaderLibraryGroup::File s_functionFiles[] = in init()
265 addChild(new ShaderLibraryGroup(m_contex in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.hpp53 class ShaderLibraryGroup : public TestCaseGroup class
56 ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filename);
57 ~ShaderLibraryGroup(void);
H A DglcShaderLibrary.cpp1164 // ShaderLibraryGroup
1166 ShaderLibraryGroup::ShaderLibraryGroup(Context& context, const char* name, const char* description, in ShaderLibraryGroup() function in deqp::ShaderLibraryGroup
1172 ShaderLibraryGroup::~ShaderLibraryGroup(void) in ~ShaderLibraryGroup()
1176 void ShaderLibraryGroup::init(void) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp144 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "declarations.test")); in init()
149 addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocessor.test")); in init()
150 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests", in init()
152 addChild(new deqp::ShaderLibraryGroup(m_context, "name_hiding", "Name Hiding Tests", "name_hiding.test")); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp132 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declarations.test")); in init()
252 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test")); in init()
254 new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl33/declarations.test")); in init()
259 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.test")); in init()
H A Dgl4cTestPackages.cpp188 addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl42/declarations.test")); in init()
236 addChild(new deqp::ShaderLibraryGroup(m_context, "builtin", "Builtin Tests", "gl42-compat/builtins.test")); in init()
237 addChild(new deqp::ShaderLibraryGroup(m_context, "varying", "Varying Tests", "gl42-compat/varyings.test")); in init()
332 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl44/preprocessor.test")); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1768 class ShaderLibraryGroup : public tcu::TestCaseGroup class
1771 ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& filename) in ShaderLibraryGroup() function in vkt::__anon28948::ShaderLibraryGroup
1805 return MovePtr<tcu::TestCaseGroup>(new ShaderLibraryGroup(testCtx, name, filename)); in createShaderLibraryGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1766 class ShaderLibraryGroup : public tcu::TestCaseGroup class
1769 ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& description, const string& filename) in ShaderLibraryGroup() function in vkt::__anon30115::ShaderLibraryGroup
1803 return MovePtr<tcu::TestCaseGroup>(new ShaderLibraryGroup(testCtx, name, description, filename)); in createShaderLibraryGroup()

Completed in 17 milliseconds