Searched refs:ShaderLibraryTest (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFunctionalTests.cpp148 class ShaderLibraryTest : public TestCaseGroup class in namespace:deqp::gles3::Functional
151 ShaderLibraryTest (Context& context, const char* name, const char* description) function in class:deqp::gles3::Functional::ShaderLibraryTest
193 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests"));
194 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests"));
195 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests"));
196 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests"));
197 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests"));
198 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests"));
199 addChild(new ShaderLibraryTest (m_context, "swizzles", "Swizzle Tests"));
200 addChild(new ShaderLibraryTest (m_contex
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFunctionalTests.cpp86 class ShaderLibraryTest : public TestCaseGroup class in namespace:deqp::gles31::Functional
89 ShaderLibraryTest (Context& context, const char* name, const char* description) function in class:deqp::gles31::Functional::ShaderLibraryTest
95 ShaderLibraryTest (Context& context, const char* filename, const char* name, const char* description) function in class:deqp::gles31::Functional::ShaderLibraryTest
157 addChild(new ShaderLibraryTest(m_context, "linkage_geometry.test", "geometry", "Geometry shader"));
158 addChild(new ShaderLibraryTest(m_context, "linkage_tessellation.test", "tessellation", "Tessellation shader"));
159 addChild(new ShaderLibraryTest(m_context, "linkage_tessellation_geometry.test", "tessellation_geometry", "Tessellation and geometry shader"));
160 addChild(new ShaderLibraryTest(m_context, "linkage_shader_storage_block.test", "shader_storage_block", "Shader storage blocks"));
161 addChild(new ShaderLibraryTest(m_context, "linkage_io_block.test", "io_block", "Shader io blocks"));
180 addChild(new ShaderLibraryTest (m_context, "functions", "Function Tests"));
181 addChild(new ShaderLibraryTest (m_contex
[all...]

Completed in 84 milliseconds