Searched refs:ShaderLibraryTest (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 151 class ShaderLibraryTest : public TestCaseGroup class 154 ShaderLibraryTest (Context& context, const char* name, const char* description) in ShaderLibraryTest() function in deqp::gles3::Functional::ShaderLibraryTest 196 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init() 197 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init() 198 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init() 199 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init() 200 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init() 201 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests")); in init() 202 addChild(new ShaderLibraryTest (m_context, "swizzles", "Swizzle Tests")); in init() 203 …addChild(new ShaderLibraryTest (m_context, "swizzle_math_operations", "Swizzle Math Operations … in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 104 class ShaderLibraryTest : public TestCaseGroup class 107 …ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* descripti… in ShaderLibraryTest() function in deqp::gles31::Functional::ShaderLibraryTest 146 …addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[nd… in init()
|