/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 127 class ShaderLibraryGroup : public TestCaseGroup class 137 …ShaderLibraryGroup (Context& context, const char* name, const char* description, int numFiles, con… in ShaderLibraryGroup() function in deqp::gles31::Functional::ShaderLibraryGroup 197 static const ShaderLibraryGroup::File s_filesES31[] = in init() 207 static const ShaderLibraryGroup::File s_filesES32[] = in init() 217 …addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init() 218 …addChild(new ShaderLibraryGroup(m_context, "es32", "GLSL ES 3.2 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init() 239 static const ShaderLibraryGroup::File s_functionFiles[] = in init() 244 …addChild(new ShaderLibraryGroup(m_context, "functions", "Function Tests", DE_LENGTH_OF_ARRAY(s_fun… in init() 248 static const ShaderLibraryGroup::File s_arraysFiles[] = in init() 253 …addChild(new ShaderLibraryGroup(m_context, "arrays", "Array Tests", DE_LENGTH_OF_ARRAY(s_arraysFil… in init() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLibrary.hpp | 53 class ShaderLibraryGroup : public TestCaseGroup class 56 …ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filena… 57 ~ShaderLibraryGroup(void);
|
D | glcShaderLibrary.cpp | 1160 ShaderLibraryGroup::ShaderLibraryGroup(Context& context, const char* name, const char* description, in ShaderLibraryGroup() function in deqp::ShaderLibraryGroup 1166 ShaderLibraryGroup::~ShaderLibraryGroup(void) in ~ShaderLibraryGroup() 1170 void ShaderLibraryGroup::init(void) in init()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 134 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "arrays.test")); in init() 135 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "declaration… in init() 139 …addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocess… in init() 140 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests", in init() 142 …addChild(new deqp::ShaderLibraryGroup(m_context, "name_hiding", "Name Hiding Tests", "name_hiding.… in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 135 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl30/declar… in init() 253 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test")); in init() 255 …new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl33/declarations.te… in init() 260 …new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.t… in init()
|
D | gl4cTestPackages.cpp | 189 …addChild(new deqp::ShaderLibraryGroup(m_context, "declarations", "Declaration Tests", "gl42/declar… in init() 285 …new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl44/preprocessor.t… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1777 class ShaderLibraryGroup : public tcu::TestCaseGroup class 1780 …ShaderLibraryGroup (tcu::TestContext& testCtx, const string& name, const string& description, cons… in ShaderLibraryGroup() function in vkt::__anond1e616c90111::ShaderLibraryGroup 1814 return MovePtr<tcu::TestCaseGroup>(new ShaderLibraryGroup(testCtx, name, description, filename)); in createShaderLibraryGroup()
|