Lines Matching refs:ShaderLibraryTest
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()
204 addChild(new ShaderLibraryTest (m_context, "functions", "Function Tests")); in init()
205 addChild(new ShaderLibraryTest (m_context, "arrays", "Array Tests")); in init()
206 …addChild(new ShaderLibraryTest (m_context, "large_constant_arrays", "Large Constant Array Tests… in init()
207 addChild(new ShaderLibraryTest (m_context, "keywords", "Keyword Tests")); in init()
208 …addChild(new ShaderLibraryTest (m_context, "qualification_order", "Order Of Qualification Test… in init()
209 addChild(new ShaderLibraryTest (m_context, "scoping", "Scoping of Declarations")); in init()
210 …addChild(new ShaderLibraryTest (m_context, "negative", "Miscellaneous Negative Shader Compi… in init()
211 addChild(new ShaderLibraryTest (m_context, "uniform_block", "Uniform block tests")); in init()
212 …addChild(new ShaderLibraryTest (m_context, "invalid_implicit_conversions", "Invalid Implicit Con… in init()