Home
last modified time | relevance | path

Searched refs:ShaderLibraryGroup (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFunctionalTests.cpp127 class ShaderLibraryGroup : public TestCaseGroup class
137ShaderLibraryGroup (Context& context, const char* name, const char* description, int numFiles, con… in ShaderLibraryGroup() function in deqp::gles31::Functional::ShaderLibraryGroup
201 static const ShaderLibraryGroup::File s_filesES31[] = in init()
211 static const ShaderLibraryGroup::File s_filesES32[] = in init()
220 static const ShaderLibraryGroup::File s_filesGL45[] = in init()
231 …addChild(new ShaderLibraryGroup(m_context, "gl45", "GL 4.5 Linkage", DE_LENGTH_OF_ARRAY(s_filesG… in init()
234 …addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init()
235 …addChild(new ShaderLibraryGroup(m_context, "es32", "GLSL ES 3.2 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init()
261 static const ShaderLibraryGroup::File s_functionFiles[] = in init()
266 …addChild(new ShaderLibraryGroup(m_context, "functions", "Function Tests", DE_LENGTH_OF_ARRAY(s_fun… in init()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.hpp53 class ShaderLibraryGroup : public TestCaseGroup class
56ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filena…
57 ~ShaderLibraryGroup(void);
DglcShaderLibrary.cpp1166 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/
Des3cTestPackage.cpp143 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "declaration… in init()
147 …addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocess… in init()
148 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests", in init()
150 …addChild(new deqp::ShaderLibraryGroup(m_context, "name_hiding", "Name Hiding Tests", "name_hiding.… in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp131 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declar… in init()
251 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test")); in init()
253 …new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl33/declarations.te… in init()
258 …new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.t… in init()
Dgl4cTestPackages.cpp188 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl42/declar… in init()
236 …addChild(new deqp::ShaderLibraryGroup(m_context, "builtin", "Builtin Tests", "gl42-compat/builtins… in init()
237 …addChild(new deqp::ShaderLibraryGroup(m_context, "varying", "Varying Tests", "gl42-compat/varyings… in init()
332 …new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl44/preprocessor.t… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1766 class ShaderLibraryGroup : public tcu::TestCaseGroup class
1769ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& description, cons… in ShaderLibraryGroup() function in vkt::__anonc3cc457f0111::ShaderLibraryGroup
1803 return MovePtr<tcu::TestCaseGroup>(new ShaderLibraryGroup(testCtx, name, description, filename)); in createShaderLibraryGroup()