/external/deqp/modules/gles31/functional/ |
es31fStencilTexturingTests.hpp | 36 class StencilTexturingTests : public TestCaseGroup
|
es31fSynchronizationTests.hpp | 36 class SynchronizationTests : public TestCaseGroup
|
es31fTessellationGeometryInteractionTests.hpp | 36 class TessellationGeometryInteractionTests : public TestCaseGroup
|
es31fTessellationTests.hpp | 36 class TessellationTests : public TestCaseGroup
|
es31fTextureFilteringTests.hpp | 40 class TextureFilteringTests : public TestCaseGroup
|
es31fTextureFormatTests.hpp | 36 class TextureFormatTests : public TestCaseGroup
|
es31fTextureGatherTests.hpp | 36 class TextureGatherTests : public TestCaseGroup
|
es31fTextureLevelStateQueryTests.hpp | 36 class TextureLevelStateQueryTests : public TestCaseGroup
|
es31fTextureMultisampleTests.hpp | 36 class TextureMultisampleTests : public TestCaseGroup
|
es31fTextureSpecificationTests.hpp | 36 class TextureSpecificationTests : public TestCaseGroup
|
es31fUniformBlockTests.hpp | 36 class UniformBlockTests : public TestCaseGroup
|
es31fVertexAttributeBindingStateQueryTests.hpp | 36 class VertexAttributeBindingStateQueryTests : public TestCaseGroup
|
es31fVertexAttributeBindingTests.hpp | 36 class VertexAttributeBindingTests : public TestCaseGroup
|
es31fFunctionalTests.cpp | 86 class ShaderLibraryTest : public TestCaseGroup 90 : TestCaseGroup (context, name, description) 96 : TestCaseGroup (context, name, description) 115 class ShaderBuiltinVarTests : public TestCaseGroup 119 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") 129 class ShaderBuiltinFunctionTests : public TestCaseGroup 133 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") 147 class ShaderLinkageTests : public TestCaseGroup 151 : TestCaseGroup(context, "linkage", "Linkage Tests") 165 class ShaderTests : public TestCaseGroup [all...] |
es31fBuiltinPrecisionTests.cpp | 39 TestCaseGroup* createBuiltinPrecisionTests (Context& context) 41 TestCaseGroup* group = new TestCaseGroup(
|
/external/deqp/modules/gles31/stress/ |
es31sDrawTests.hpp | 36 class DrawTests : public TestCaseGroup
|
es31sStressTests.hpp | 36 class StressTests : public TestCaseGroup
|
es31sTessellationGeometryInteractionTests.hpp | 36 class TessellationGeometryInteractionTests : public TestCaseGroup
|
es31sVertexAttributeBindingTests.hpp | 36 class VertexAttributeBindingTests : public TestCaseGroup
|
/external/deqp/modules/gles2/functional/ |
es2fAttribLocationTests.cpp | 47 TestCaseGroup* createAttributeLocationTests (Context& context) 61 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); 65 TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute binding tests."); 78 TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Test using maximum attributes with bind."); 91 TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute location aliasing with bind."); 116 TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attribute and leave (…) [all...] |
/external/deqp/modules/egl/ |
teglColorClearTests.cpp | 45 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") 62 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const ColorClearGroupSpec* first, const ColorClearGroupSpec* last) 66 tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->name, groupIter->desc); 103 tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Single-context color clears"); 107 tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-context color clears with shared surface"); 111 tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-thread color clears with shared surface") [all...] |
/external/deqp/modules/gles3/functional/ |
es3fCompressedTextureTests.cpp | 55 : TestCaseGroup (context, "compressed", "Compressed Texture Tests") 67 TestCaseGroup* const astcGroup = new TestCaseGroup(m_context, "astc", "ASTC Tests"); 75 TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestType), getBlockTestTypeDescription(astcTestType)); 94 TestCaseGroup* const blockSizeRemainderGroup = new TestCaseGroup(m_context, "block_size_remainder", "Test image size/block size remainders");
|
es3fFunctionalTests.cpp | 148 class ShaderLibraryTest : public TestCaseGroup 152 : TestCaseGroup(context, name, description) 167 class ShaderBuiltinFunctionTests : public TestCaseGroup 171 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") 183 class ShaderTests : public TestCaseGroup 187 : TestCaseGroup(context, "shaders", "Shading Language Tests") 229 class TextureTests : public TestCaseGroup 233 : TestCaseGroup(context, "texture", "Texture Tests") 253 class FboTests : public TestCaseGroup 257 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests" [all...] |
/external/deqp/modules/internal/ |
ditDelibsTests.cpp | 57 class DepoolTests : public tcu::TestCaseGroup 61 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests") 77 class DethreadTests : public tcu::TestCaseGroup 81 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests") 95 class DeutilTests : public tcu::TestCaseGroup 99 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests") 109 class DecppTests : public tcu::TestCaseGroup 113 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests") 134 : tcu::TestCaseGroup(testCtx, "delibs", "delibs Tests")
|
ditTestPackage.cpp | 35 class DeqpTests : public tcu::TestCaseGroup 39 : tcu::TestCaseGroup(testCtx, "deqp", "dEQP Test Framework Self-tests")
|