Home
last modified time | relevance | path

Searched refs:randomGroup (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp84 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local
87randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
88randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
89randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
90randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
92randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
93randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
94randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
95randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
98randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp86 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local
89randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
90randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
91randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
92randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
94randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
95randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
96randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
97randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
100randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init()
[all …]
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp512 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random eglChooseCon… in init() local
513 addChild(randomGroup); in init()
522randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size r… in init()
533randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Rando… in init()
543randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer siz… in init()
550randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules… in init()
557randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer ru… in init()
591randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp710 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
711 addChild(randomGroup); in init()
714 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffer… in init()
715 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-b… in init()
716 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers",… in init()
717 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", Un… in init()
719 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
720 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
721 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
722 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
[all …]
Des3fBufferWriteTests.cpp764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local
765 addChild(randomGroup); in init()
768randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
Des3fDepthStencilTests.cpp1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local
1141 addChild(randomGroup); in init()
1151randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
Des3fFragmentOutputTests.cpp1287 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random fragment out… in init() local
1288 addChild(randomGroup); in init()
1291 randomGroup->addChild(createRandomCase(m_context, 2, 4, seed)); in init()
Des3fTransformFeedbackTests.cpp1765 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized transfor… in init() local
1766 addChild(randomGroup); in init()
1772 randomGroup->addChild(modeGroup); in init()
Des3fUniformApiTests.cpp2956 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local
2957 addChild(randomGroup); in init()
2960randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp301 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
302 addChild(randomGroup); in init()
304 …createRandomCaseGroup(randomGroup, m_context, "basic_type_arrays", "Arrays, per-block buffers", … in init()
305 …createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
306 …createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()
Des31fSSBOLayoutTests.cpp1302 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc… in init() local
1303 addChild(randomGroup); in init()
1306 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffe… in init()
1307 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-… in init()
1308 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers"… in init()
1309 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", S… in init()
1310 …createRandomCaseGroup(randomGroup, m_context, "unsized_arrays", "Unsized arrays, per-block buffer… in init()
1311 …createRandomCaseGroup(randomGroup, m_context, "arrays_of_arrays", "Arrays of arrays, per-block buf… in init()
1313 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
1314 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
[all …]
Des31fSeparateShaderTests.cpp1768 TestCaseGroup* randomGroup = new TestCaseGroup( in createSeparateShaderTests() local
1770 group->addChild(randomGroup); in createSeparateShaderTests()
1788 randomGroup->addChild(new SeparateShaderTest( in createSeparateShaderTests()
/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local
765 addChild(randomGroup); in init()
768randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
Des2fDepthStencilTests.cpp1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local
1141 addChild(randomGroup); in init()
1151randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
Des2fUniformApiTests.cpp2421 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local
2422 addChild(randomGroup); in init()
2425randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()