HomeSort by relevance Sort by last modified time
    Searched refs:ShaderLibraryGroup (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcShaderLibrary.hpp 53 class ShaderLibraryGroup : public TestCaseGroup
56 ShaderLibraryGroup(Context& context, const char* name, const char* description, const char* filename);
57 ~ShaderLibraryGroup(void);
glcShaderLibrary.cpp 1158 // ShaderLibraryGroup
1160 ShaderLibraryGroup::ShaderLibraryGroup(Context& context, const char* name, const char* description,
1166 ShaderLibraryGroup::~ShaderLibraryGroup(void)
1170 void ShaderLibraryGroup::init(void)
  /external/deqp/modules/gles31/functional/
es31fFunctionalTests.cpp 127 class ShaderLibraryGroup : public TestCaseGroup
137 ShaderLibraryGroup (Context& context, const char* name, const char* description, int numFiles, const File* files)
197 static const ShaderLibraryGroup::File s_filesES31[] =
206 static const ShaderLibraryGroup::File s_filesES32[] =
216 addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_filesES31), s_filesES31));
217 addChild(new ShaderLibraryGroup(m_context, "es32", "GLSL ES 3.2 Linkage", DE_LENGTH_OF_ARRAY(s_filesES32), s_filesES32));
238 static const ShaderLibraryGroup::File s_functionFiles[] =
243 addChild(new ShaderLibraryGroup(m_context, "functions", "Function Tests", DE_LENGTH_OF_ARRAY(s_functionFiles), s_functionFiles));
247 static const ShaderLibraryGroup::File s_arraysFiles[] =
252 addChild(new ShaderLibraryGroup(m_context, "arrays", "Array Tests", DE_LENGTH_OF_ARRAY(s_arraysFiles), s_arraysFiles))
    [all...]
  /external/deqp/external/openglcts/modules/gles3/
es3cTestPackage.cpp 127 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "arrays.test"));
131 addChild(new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "preprocessor.test"));
132 addChild(new deqp::ShaderLibraryGroup(m_context, "literal_parsing", "Literal Parsing Tests",
  /external/deqp/external/openglcts/modules/gl/
gl3cTestPackages.cpp 233 addChild(new deqp::ShaderLibraryGroup(m_context, "arrays", "Array Tests", "gl33/arrays.test"));
238 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl33/preprocessor.test"));
gl4cTestPackages.cpp 269 new deqp::ShaderLibraryGroup(m_context, "preprocessor", "Preprocessor Tests", "gl44/preprocessor.test"));
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp     [all...]

Completed in 349 milliseconds