Home
last modified time | relevance | path

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

/external/deqp/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
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/
DglcShaderLibrary.hpp53 class ShaderLibraryGroup : public TestCaseGroup class
56ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filena…
57 ~ShaderLibraryGroup(void);
DglcShaderLibrary.cpp1160 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/
Des3cTestPackage.cpp134 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/
Dgl3cTestPackages.cpp135 …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()
Dgl4cTestPackages.cpp189 …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/
DvktShaderLibrary.cpp1777 class ShaderLibraryGroup : public tcu::TestCaseGroup class
1780ShaderLibraryGroup (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()