/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 84 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local 87 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 88 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 89 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 90 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 92 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 93 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 94 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 95 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 98 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sMemoryTests.cpp | 86 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init() local 89 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 90 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 91 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 92 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 94 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 95 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 96 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 97 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() 100 …randomGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(… in init() [all …]
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 512 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random eglChooseCon… in init() local 513 addChild(randomGroup); in init() 522 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size r… in init() 533 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Rando… in init() 543 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer siz… in init() 550 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "surface_type", "Surface type rules… in init() 557 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer ru… in init() 591 …randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "all", "All attributes", toSet(allA… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 710 …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 …]
|
D | es3fBufferWriteTests.cpp | 764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local 765 addChild(randomGroup); in init() 768 …randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
|
D | es3fDepthStencilTests.cpp | 1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local 1141 addChild(randomGroup); in init() 1151 …randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
|
D | es3fFragmentOutputTests.cpp | 1287 …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()
|
D | es3fTransformFeedbackTests.cpp | 1765 …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()
|
D | es3fUniformApiTests.cpp | 2956 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local 2957 addChild(randomGroup); in init() 2960 …randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformBlockTests.cpp | 301 …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()
|
D | es31fSSBOLayoutTests.cpp | 1302 …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 …]
|
D | es31fSeparateShaderTests.cpp | 1768 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/ |
D | es2fBufferWriteTests.cpp | 764 …tcu::TestCaseGroup* const randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized bu… in init() local 765 addChild(randomGroup); in init() 768 …randomGroup->addChild(new RandomBufferWriteCase(m_context, de::toString(i).c_str(), "", deInt32Has… in init()
|
D | es2fDepthStencilTests.cpp | 1140 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Randomized Depth an… in init() local 1141 addChild(randomGroup); in init() 1151 …randomGroup->addChild(new DepthStencilCase(m_context, de::toString(caseNdx).c_str(), "", subCases)… in init()
|
D | es2fUniformApiTests.cpp | 2421 TestCaseGroup* const randomGroup = new TestCaseGroup(m_context, "random", "Random cases"); in init() local 2422 addChild(randomGroup); in init() 2425 …randomGroup->addChild(new RandomUniformCase(m_context, de::toString(ndx).c_str(), "", (deUint32)nd… in init()
|