/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 49 class BasicExpressionGroup : public TestCaseGroup 53 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup() 61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 67 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() 79 class ScalarConversionGroup : public TestCaseGroup 83 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup() 92 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 95 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 98 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() [all …]
|
D | es2fAttribLocationTests.cpp | 47 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 61 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 65 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests() 78 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests() 91 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests() 116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 131 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 144 …TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
|
D | es2fFunctionalTests.cpp | 114 class ShadersTestGroup : public TestCaseGroup 118 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup() 164 class TextureTestGroup : public TestCaseGroup 168 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup() 194 class BufferTests : public TestCaseGroup 198 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests() 210 class FboTestGroup : public TestCaseGroup 214 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup() 232 class NegativeApiTestGroup : public TestCaseGroup 236 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomShaderTests.cpp | 51 class BasicExpressionGroup : public TestCaseGroup 55 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup() 63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 69 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() 81 class ScalarConversionGroup : public TestCaseGroup 85 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup() 94 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() 97 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() 100 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init() [all …]
|
D | es3fAttribLocationTests.cpp | 40 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests() 88 …TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests() 92 …TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests() 105 …TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests() 118 …TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests() 143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() 158 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() 171 …TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests() 184 …TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests() 197 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests() [all …]
|
D | es3fFunctionalTests.cpp | 151 class ShaderLibraryTest : public TestCaseGroup 155 : TestCaseGroup(context, name, description) in ShaderLibraryTest() 170 class ShaderBuiltinFunctionTests : public TestCaseGroup 174 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 186 class ShaderTests : public TestCaseGroup 190 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests() 236 class TextureTests : public TestCaseGroup 240 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests() 260 class FboTests : public TestCaseGroup 264 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCase.hpp | 34 class TestCaseGroup : public tcu::TestCaseGroup class 37 TestCaseGroup(Context& context, const char* name, const char* description); 38 …TestCaseGroup(Context& context, const char* name, const char* description, const std::vector<TestN… 40 virtual ~TestCaseGroup(void) in ~TestCaseGroup() 66 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::TestCaseGroup 67 : tcu::TestCaseGroup(context.getTestContext(), name, description), m_context(context) in TestCaseGroup() 71 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description, in TestCaseGroup() function in deqp::TestCaseGroup 73 : tcu::TestCaseGroup(context.getTestContext(), name, description, children), m_context(context) in TestCaseGroup() 92 using deqp::TestCaseGroup;
|
D | glcNoDefaultContextPackage.cpp | 90 tcu::TestCaseGroup* gl30Group = new tcu::TestCaseGroup(getTestContext(), "gl30", ""); in init() 94 tcu::TestCaseGroup* gl40Group = new tcu::TestCaseGroup(getTestContext(), "gl40", ""); in init() 98 tcu::TestCaseGroup* gl43Group = new tcu::TestCaseGroup(getTestContext(), "gl43", ""); in init() 103 tcu::TestCaseGroup* gl45Group = new tcu::TestCaseGroup(getTestContext(), "gl45", ""); in init() 108 tcu::TestCaseGroup* es2Group = new tcu::TestCaseGroup(getTestContext(), "es2", ""); in init() 112 tcu::TestCaseGroup* es32Group = new tcu::TestCaseGroup(getTestContext(), "es32", ""); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemTests.cpp | 50 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx) in createTests() 52 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests() 56 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests() 64 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests() 75 …de::MovePtr<tcu::TestCaseGroup> bufferTestGroup (new tcu::TestCaseGroup(testCtx, "buffer", "Protec… in createTests() 85 …de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "ssbo", "Storage Bu… in createTests() 93 …de::MovePtr<tcu::TestCaseGroup> interactionTestGroup (new tcu::TestCaseGroup(testCtx, "interaction… in createTests()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 303 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests() 352 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferFloatTests() 366 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferFloatTests() 398 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferFloatTests() 405 tcu::TestCaseGroup* createFillUpdateCopyBufferFloatTests (tcu::TestContext& testCtx, CmdType cmdTyp… in createFillUpdateCopyBufferFloatTests() 408 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() 414 tcu::TestCaseGroup* createFillUpdateCopyBufferIntegerTests (tcu::TestContext& testCtx, CmdType cmdT… in createFillUpdateCopyBufferIntegerTests() 463 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferIntegerTests() 477 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferIntegerTests() 509 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferIntegerTests() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 104 class ShaderLibraryTest : public TestCaseGroup 108 : TestCaseGroup (context, name, description) in ShaderLibraryTest() 127 class ShaderLibraryGroup : public TestCaseGroup 138 : TestCaseGroup (context, name, description) in ShaderLibraryGroup() 154 class ShaderBuiltinVarTests : public TestCaseGroup 158 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests() 168 class ShaderBuiltinFunctionTests : public TestCaseGroup 172 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests() 187 class ShaderLinkageTests : public TestCaseGroup 191 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 3168 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases() 3208 tcu::TestCaseGroup* group; in generateVariableCases() 3212 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases() 3228 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases() 3283 tcu::TestCaseGroup* group; in generateOpaqueTypeCases() 3287 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases() 3310 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… 3312 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases() 3317 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases() 3335 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateCompoundVariableCases() [all …]
|
D | es31fUniformBlockTests.cpp | 47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup() 49 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup() 77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases() 124 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests() 196 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init() 201 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 227 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init() 232 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init() 260 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init() 265 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() [all …]
|
/external/deqp/modules/gles3/ |
D | tes3TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles3::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles3::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/modules/gles2/ |
D | tes2TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles2::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles2::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/modules/gles31/ |
D | tes31TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 …TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes… 40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup() 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles31::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup() 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles31::TestCaseGroup 66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTests.cpp | 49 …: TestCaseGroup(context, "texture_storage_multisample", "Multisample texture storage conformance t… in TextureStorageMultisampleTests() 60 tcu::TestCaseGroup* apiGLGetActiveUniformTestGroup = in init() 61 new tcu::TestCaseGroup(m_testCtx, "APIGLGetActiveUniform", "glGetActiveUniform()"); in init() 62 tcu::TestCaseGroup* apiGLTexStorage2DMultisampleTestGroup = in init() 63 new tcu::TestCaseGroup(m_testCtx, "APIGLTexStorage2DMultisample", "glTexStorage2DMultisample()"); in init() 64 tcu::TestCaseGroup* apiGLTexStorage3DMultisampleTestGroup = in init() 65 …new tcu::TestCaseGroup(m_testCtx, "APIGLTexStorage3DMultisample", "glTexStorage3DMultisampleOES()"… in init() 66 tcu::TestCaseGroup* apiGLGetMultisamplefvTestGroup = in init() 67 new tcu::TestCaseGroup(m_testCtx, "APIGLGetMultisamplefv", "glGetMultisamplefv()"); in init() 68 tcu::TestCaseGroup* apiGLGetTexLevelParameterifvTestGroup = in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestGroupUtil.hpp | 32 class TestGroupHelper0 : public tcu::TestCaseGroup 35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup); 36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup); 54 class TestGroupHelper1 : public tcu::TestCaseGroup 57 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 58 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0); 66 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str()) in TestGroupHelper1() 82 class TestGroupHelper2 : public tcu::TestCaseGroup 85 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); 86 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1); [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 49 class TextureTestGroup : public TestCaseGroup 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 67 class ShadersTestGroup : public TestCaseGroup 71 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 84 class APITests : public TestCaseGroup 88 : TestCaseGroup(context, "api", "API Performance Tests") in APITests() 102 class BufferTestGroup : public TestCaseGroup 106 : TestCaseGroup(context, "buffer", "Buffer Performance Tests") in BufferTestGroup() 119 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTexelBufferTests.cpp | 38 tcu::TestCaseGroup* createUniformTexelBufferTests (tcu::TestContext& testCtx) in createUniformTexelBufferTests() 40 …de::MovePtr<tcu::TestCaseGroup> uniform (new tcu::TestCaseGroup(testCtx, "uniform", "Test uniform… in createUniformTexelBufferTests() 44 …tcu::TestCaseGroup* const packed = new tcu::TestCaseGroup(testCtx, "packed", "Test uniform texel … in createUniformTexelBufferTests() 71 …tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel bu… in createUniformTexelBufferTests() 117 tcu::TestCaseGroup* createTextureTexelBufferTests (tcu::TestContext& testCtx) in createTextureTexelBufferTests() 119 …de::MovePtr<tcu::TestCaseGroup> texelBuffer (new tcu::TestCaseGroup(testCtx, "texel_buffer", "Test… in createTextureTexelBufferTests()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 50 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type) in createBasicTests() 52 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "basic", "")); in createBasicTests() 70 class OperationTests : public tcu::TestCaseGroup 74 : tcu::TestCaseGroup(testCtx, "op", "Synchronization of a memory-modifying operation") in OperationTests() 92 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type) in createTestsInternal() 98 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName[isSynchronizat… in createTestsInternal() 127 tcu::TestCaseGroup* createSynchronizationTests (tcu::TestContext& testCtx) in createSynchronizationTests() 133 tcu::TestCaseGroup* createSynchronization2Tests(tcu::TestContext& testCtx) in createSynchronization2Tests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 437 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind all… in createImageSizeTests() 443 de::MovePtr<tcu::TestCaseGroup> imageSizeTests (new tcu::TestCaseGroup(testCtx, "size", "")); in createImageSizeTests() 582 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationK… in createImageCountTests() 597 …de::MovePtr<tcu::TestCaseGroup> countGroup(new tcu::TestCaseGroup(testCtx, caseName.str().c_str(),… in createImageCountTests() 598 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, sampling… in createImageCountTests() 605 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind a… in createImageFormatTests() 748 …de::MovePtr<tcu::TestCaseGroup> imageFormatTests(new tcu::TestCaseGroup(testCtx, "format", "Tests … in createImageFormatTests() 761 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests() 772 de::MovePtr<tcu::TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, AllocationKind… in createImageViewTypeTests() 790 …de::MovePtr<tcu::TestCaseGroup> imageViewTypeTests(new tcu::TestCaseGroup(testCtx, "view_type", ""… in createImageViewTypeTests() [all …]
|
/external/deqp/modules/egl/ |
D | teglColorClearTests.cpp | 39 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") in ColorClearTests() 57 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const Co… in createColorClearGroups() 61 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createColorClearGroups() 108 …tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Sing… in init() 112 …tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-… in init() 116 …tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-th… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 2791 : TestCaseGroup(testCtx, "statistics_query", "Tests for statistics queries") in QueryPoolStatisticsTests() 2819 …de::MovePtr<TestCaseGroup> computeShaderInvocationsGroup (new TestCaseGroup(m_testCtx, "compute_s… in init() 2820 …de::MovePtr<TestCaseGroup> inputAssemblyVertices (new TestCaseGroup(m_testCtx, "input_assembly_… in init() 2821 …de::MovePtr<TestCaseGroup> inputAssemblyPrimitives (new TestCaseGroup(m_testCtx, "input_assembl… in init() 2822 …de::MovePtr<TestCaseGroup> vertexShaderInvocations (new TestCaseGroup(m_testCtx, "vertex_shader… in init() 2823 …de::MovePtr<TestCaseGroup> fragmentShaderInvocations (new TestCaseGroup(m_testCtx, "fragment_sha… in init() 2824 …de::MovePtr<TestCaseGroup> geometryShaderInvocations (new TestCaseGroup(m_testCtx, "geometry_sha… in init() 2825 …de::MovePtr<TestCaseGroup> geometryShaderPrimitives (new TestCaseGroup(m_testCtx, "geometry_shad… in init() 2826 …de::MovePtr<TestCaseGroup> clippingInvocations (new TestCaseGroup(m_testCtx, "clipping_invocat… in init() 2827 …de::MovePtr<TestCaseGroup> clippingPrimitives (new TestCaseGroup(m_testCtx, "clipping_primitiv… in init() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pPerformanceTests.cpp | 49 class TextureTestGroup : public TestCaseGroup 53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup() 68 class ShadersTestGroup : public TestCaseGroup 72 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup() 85 class APITestGroup : public TestCaseGroup 89 : TestCaseGroup(context, "api", "API Performance Tests") in APITestGroup() 105 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
|