/external/deqp/modules/gles31/functional/ |
es31fVertexAttributeBindingStateQueryTests.hpp | 36 class VertexAttributeBindingStateQueryTests : public TestCaseGroup
|
es31fVertexAttributeBindingTests.hpp | 36 class VertexAttributeBindingTests : public TestCaseGroup
|
es31fFunctionalTests.cpp | 100 class ShaderLibraryTest : public TestCaseGroup 104 : TestCaseGroup (context, name, description) 110 : TestCaseGroup (context, name, description) 129 class ShaderBuiltinVarTests : public TestCaseGroup 133 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") 143 class ShaderBuiltinFunctionTests : public TestCaseGroup 147 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") 161 class ShaderLinkageTests : public TestCaseGroup 165 : TestCaseGroup(context, "linkage", "Linkage Tests") 180 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/external/vulkancts/modules/vulkan/dynamic_state/ |
vktDynamicStateTests.cpp | 42 void createChildren (tcu::TestCaseGroup* group) 55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryTests.cpp | 40 void createChildren (tcu::TestCaseGroup* memoryTests) 52 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureTests.cpp | 41 void createTextureTests (tcu::TestCaseGroup* textureTests) 54 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/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...] |
es2fBufferObjectQueryTests.hpp | 42 class BufferObjectQueryTests : public TestCaseGroup
|
/external/deqp/modules/egl/ |
teglColorClearTests.cpp | 39 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") 57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const ColorClearGroupSpec* first, const ColorClearGroupSpec* last) 61 tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->name, groupIter->desc); 108 tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Single-context color clears"); 112 tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-context color clears with shared surface"); 116 tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-thread color clears with shared surface") [all...] |
teglTestCase.cpp | 76 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description) 77 : tcu::TestCaseGroup (eglTestCtx.getTestContext(), name, description) 82 TestCaseGroup::~TestCaseGroup (void)
|
teglTestCase.hpp | 84 class TestCaseGroup : public tcu::TestCaseGroup 87 TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description); 88 virtual ~TestCaseGroup (void);
|
/external/deqp/modules/gles3/functional/ |
es3fCompressedTextureTests.cpp | 56 : TestCaseGroup (context, "compressed", "Compressed Texture Tests") 68 TestCaseGroup* const astcGroup = new TestCaseGroup(m_context, "astc", "ASTC Tests"); 76 TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestType), getBlockTestTypeDescription(astcTestType)); 95 TestCaseGroup* const blockSizeRemainderGroup = new TestCaseGroup(m_context, "block_size_remainder", "Test image size/block size remainders");
|
es3fFunctionalTests.cpp | 149 class ShaderLibraryTest : public TestCaseGroup 153 : TestCaseGroup(context, name, description) 168 class ShaderBuiltinFunctionTests : public TestCaseGroup 172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") 184 class ShaderTests : public TestCaseGroup 188 : TestCaseGroup(context, "shaders", "Shading Language Tests") 231 class TextureTests : public TestCaseGroup 235 : TestCaseGroup(context, "texture", "Texture Tests") 255 class FboTests : public TestCaseGroup 259 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests" [all...] |
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationTests.cpp | 50 tcu::TestCaseGroup* createGeometryInteractionTests (tcu::TestContext& testCtx) 52 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "geometry_interaction", "Tessellation and geometry shader interaction tests")); 62 void createChildren (tcu::TestCaseGroup* tessellationTests) 81 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
vktWsiTests.cpp | 42 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) 51 void createWsiTests (tcu::TestCaseGroup* apiTests) 63 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawTests.cpp | 44 void createChildren (tcu::TestCaseGroup* group) 59 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryTests.cpp | 40 void createChildren (tcu::TestCaseGroup* geometryTests) 54 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageTests.cpp | 40 void createChildren (tcu::TestCaseGroup* imageTests) 55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/modules/internal/ |
ditDelibsTests.cpp | 71 class DepoolTests : public tcu::TestCaseGroup 75 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests") 116 class DethreadTests : public tcu::TestCaseGroup 120 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests") 137 class DeutilTests : public tcu::TestCaseGroup 141 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests") 152 class DebaseTests : public tcu::TestCaseGroup 156 : tcu::TestCaseGroup(testCtx, "debase", "debase self-tests") 169 class DecppTests : public tcu::TestCaseGroup 173 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests" [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestGroupUtil.cpp | 21 * \brief TestCaseGroup utilities 33 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str())
|