Searched refs:addChild (Results 1 - 25 of 538) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fFunctionalTests.cpp164 addChild(children[i]);
178 addChild(new ShaderCommonFunctionTests (m_context));
179 addChild(new ShaderPackingFunctionTests (m_context));
180 addChild(createBuiltinPrecisionTests (m_context));
194 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests"));
195 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests"));
196 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests"));
197 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests"));
198 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests"));
199 addChild(ne
[all...]
H A Des3fRandomShaderTests.cpp64 addChild(vertexGroup);
67 addChild(fragmentGroup);
70 addChild(combinedGroup);
74 vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", params, seed, true, false));
75 fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader", params, seed, false, true));
76 combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragment shaders", params, seed, true, true));
95 addChild(vertexGroup);
98 addChild(fragmentGroup);
101 addChild(combinedGroup);
105 vertexGroup->addChild(createRandomShaderCas
[all...]
H A Des3fAttribLocationTests.cpp94 root->addChild(bindAttributeGroup);
99 bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type));
107 root->addChild(bindMaxAttributeGroup);
112 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));
120 root->addChild(aliasingGroup);
127 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
131 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1));
134 aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
137 aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
145 root->addChild(holeGrou
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sStressTests.cpp54 addChild(new MemoryTests (m_context));
55 addChild(new OcclusionQueryTests (m_context));
56 addChild(new SyncTests (m_context));
57 addChild(new LongRunningTests (m_context));
58 addChild(new SpecialFloatTests (m_context));
59 addChild(new DrawTests (m_context));
60 addChild(new VertexArrayTests (m_context));
61 addChild(new LongShaderTests (m_context));
62 addChild(new LongRunningShaderTests (m_context));
H A Des3sMemoryTests.cpp64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use"));
65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use"));
66 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used"));
67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used"));
69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use"));
70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use"));
71 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used"));
72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used"));
74 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use"));
75 basicGroup->addChild(ne
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFunctionalTests.cpp126 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests"));
127 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests"));
128 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests"));
129 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests"));
130 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests"));
131 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests"));
132 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests"));
133 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests"));
134 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests"));
135 addChild(ne
[all...]
H A Des2fLightAmountTest.cpp197 addChild(new LightAmountCase(m_context, "none", 0, 0, 0 ));
198 addChild(new LightAmountCase(m_context, "1dir", 1, 0, 0 ));
199 addChild(new LightAmountCase(m_context, "2dir", 2, 0, 0 ));
200 addChild(new LightAmountCase(m_context, "4dir", 4, 0, 0 ));
201 addChild(new LightAmountCase(m_context, "6dir", 6, 0, 0 ));
202 addChild(new LightAmountCase(m_context, "8dir", 8, 0, 0 ));
203 addChild(new LightAmountCase(m_context, "10dir", 10, 0, 0 ));
204 addChild(new LightAmountCase(m_context, "12dir", 12, 0, 0 ));
205 addChild(new LightAmountCase(m_context, "14dir", 14, 0, 0 ));
206 addChild(ne
[all...]
H A Des2fRandomShaderTests.cpp62 addChild(vertexGroup);
65 addChild(fragmentGroup);
68 addChild(combinedGroup);
72 vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", params, seed, true, false));
73 fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader", params, seed, false, true));
74 combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragment shaders", params, seed, true, true));
93 addChild(vertexGroup);
96 addChild(fragmentGroup);
99 addChild(combinedGroup);
103 vertexGroup->addChild(createRandomShaderCas
[all...]
H A Des2fAttribLocationTests.cpp67 root->addChild(bindAttributeGroup);
72 bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type));
80 root->addChild(bindMaxAttributeGroup);
85 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));
93 root->addChild(aliasingGroup);
100 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
104 aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type, 1));
107 aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
110 aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), context.getRenderContext(), type));
118 root->addChild(holeGrou
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFunctionalTests.cpp121 addChild(children[i]);
138 addChild(new ComputeShaderBuiltinVarTests(m_context));
152 addChild(new ShaderCommonFunctionTests (m_context));
153 addChild(new ShaderPackingFunctionTests (m_context));
154 addChild(new ShaderIntegerFunctionTests (m_context));
155 addChild(new ShaderTextureSizeTests (m_context));
156 addChild(createBuiltinPrecisionTests (m_context));
170 addChild(new ShaderLibraryTest(m_context, "linkage_geometry.test", "geometry", "Geometry shader"));
171 addChild(new ShaderLibraryTest(m_context, "linkage_tessellation.test", "tessellation", "Tessellation shader"));
172 addChild(ne
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sStressTests.cpp49 addChild(new MemoryTests (m_context));
50 addChild(new LongRunningTests (m_context));
51 addChild(new SpecialFloatTests (m_context));
52 addChild(new VertexArrayTests (m_context));
53 addChild(new DrawTests (m_context));
H A Des2sMemoryTests.cpp62 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use"));
63 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use"));
64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used"));
65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used"));
67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use"));
68 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use"));
69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used"));
70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used"));
72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use"));
73 basicGroup->addChild(ne
[all...]
/external/deqp/modules/egl/
H A DteglTestPackage.cpp75 addChild(new MemoryStressTests(m_eglTestCtx));
89 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
90 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
104 addChild(new CreateContextTests (m_eglTestCtx));
105 addChild(new QueryContextTests (m_eglTestCtx));
106 addChild(new CreateSurfaceTests (m_eglTestCtx));
107 addChild(new QuerySurfaceTests (m_eglTestCtx));
108 addChild(new QueryConfigTests (m_eglTestCtx));
109 addChild(new ChooseConfigTests (m_eglTestCtx));
110 addChild(ne
[all...]
/external/deqp/modules/gles3/performance/
H A Des3pPerformanceTests.cpp59 addChild(new TextureFormatTests (m_context));
60 addChild(new TextureFilteringTests (m_context));
61 addChild(new TextureCountTests (m_context));
77 addChild(new ShaderOperatorTests (m_context));
78 addChild(new ShaderControlStatementTests (m_context));
94 addChild(new StateChangeCallTests (m_context));
95 addChild(new StateChangeTests (m_context));
96 addChild(new RedundantStateChangeTests (m_context));
112 addChild(new BufferDataUploadTests (m_context));
129 addChild(ne
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pPerformanceTests.cpp59 addChild(new TextureFormatTests (m_context));
60 addChild(new TextureFilteringTests (m_context));
61 addChild(new TextureCountTests (m_context));
62 addChild(new TextureUploadTests (m_context));
78 addChild(new ShaderOperatorTests (m_context));
79 addChild(new ShaderControlStatementTests (m_context));
95 addChild(new StateChangeCallTests (m_context));
96 addChild(new StateChangeTests (m_context));
97 addChild(new RedundantStateChangeTests (m_context));
98 addChild(ne
[all...]
H A Des2pShaderCompilerTests.cpp48 addChild(new ShaderOptimizationTests(m_context));
/external/deqp/modules/internal/
H A DditDelibsTests.cpp78 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest));
79 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest));
80 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest));
81 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest));
82 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest));
83 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest));
84 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest));
123 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest));
124 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest));
125 addChild(ne
[all...]
H A DditTestPackage.cpp46 addChild(new TestLogTests (m_testCtx));
47 addChild(new ImageIOTests (m_testCtx));
48 addChild(new ImageCompareTests (m_testCtx));
49 addChild(createSeedBuilderTests (m_testCtx));
91 addChild(new BuildInfoTests (m_testCtx));
92 addChild(new DelibsTests (m_testCtx));
93 addChild(new FrameworkTests (m_testCtx));
94 addChild(new DeqpTests (m_testCtx));
H A DditImageCompareTests.cpp163 addChild(new FuzzyComparisonMetricCase(m_testCtx, "identical", "cube_ref.png", "cube_ref.png", 0.0f, 0.000001f));
164 addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube", "cube_ref.png", "cube_cmp.png", 0.0029f, 0.0031f));
165 addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_2", "cube_2_ref.png", "cube_2_cmp.png", 0.0134f, 0.0140f));
166 addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_sphere", "cube_sphere_ref.png", "cube_sphere_cmp.png", 0.0730f, 0.0801f));
167 addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap", "cube_nmap_ref.png", "cube_nmap_cmp.png", 0.0024f, 0.0025f));
168 addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap_2", "cube_nmap_2_ref.png", "cube_nmap_2_cmp.png", 0.0172f, 0.0189f));
169 addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_diffuse", "earth_diffuse_ref.png", "earth_diffuse_cmp.png", 0.0f, 0.00002f));
170 addChild(new FuzzyComparisonMetricCase(m_testCtx, "eath_texture", "earth_texture_ref.png", "earth_texture_cmp.png", 0.0002f, 0.0003f));
171 addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_spot", "earth_spot_ref.png", "earth_spot_cmp.png", 0.0015f, 0.0018f));
172 addChild(ne
[all...]
H A DditSeedBuilderTests.cpp123 addChild(new SeedBuilderTest<bool>(m_testCtx, true, 132088003u, "bool_true", "Seed from boolean true."));
124 addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean false."));
126 addChild(new SeedBuilderTest<deInt8>(m_testCtx, 0, 62533730u, "int8_zero", "Seed from int8 zero."));
127 addChild(new SeedBuilderTest<deInt8>(m_testCtx, 1, 93914869u, "int8_one", "Seed from int8 one."));
128 addChild(new SeedBuilderTest<deInt8>(m_testCtx, -1, 115002165u, "int8_minus_one", "Seed from int8 minus one."));
130 addChild(new SeedBuilderTest<deInt16>(m_testCtx, 0, 133071403u, "int16_zero", "Seed from int16 zero."));
131 addChild(new SeedBuilderTest<deInt16>(m_testCtx, 1, 57421642u, "int16_one", "Seed from int16 one."));
132 addChild(new SeedBuilderTest<deInt16>(m_testCtx, -1, 74389771u, "int16_minus_one", "Seed from int16 minus one."));
134 addChild(new SeedBuilderTest<deInt32>(m_testCtx, 0, 75951701u, "int32_zero", "Seed from int32 zero."));
135 addChild(ne
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aAccuracyTests.cpp46 addChild(new TextureFilteringTests (m_context));
47 addChild(new TextureMipmapTests (m_context));
62 addChild(new VaryingInterpolationTests (m_context));
63 addChild(new TextureTests (m_context));
/external/deqp/modules/gles3/accuracy/
H A Des3aAccuracyTests.cpp46 addChild(new TextureFilteringTests (m_context));
47 addChild(new TextureMipmapTests (m_context));
62 addChild(new VaryingInterpolationTests (m_context));
63 addChild(new TextureTests (m_context));
/external/deqp/modules/gles31/stress/
H A Des31sStressTests.cpp48 addChild(new DrawTests (m_context));
49 addChild(new VertexAttributeBindingTests (m_context));
50 addChild(new TessellationGeometryInteractionTests (m_context));
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeNodeStream.java63 t.addChild(new CommonTree(new CommonToken(102)));
64 t.getChild(0).addChild(new CommonTree(new CommonToken(103)));
65 t.addChild(new CommonTree(new CommonToken(104)));
81 t.addChild(new CommonTree(new CommonToken(102)));
82 t.getChild(0).addChild(new CommonTree(new CommonToken(103)));
83 t.addChild(new CommonTree(new CommonToken(104)));
87 root.addChild(t);
88 root.addChild(u);
103 root.addChild(new CommonTree(new CommonToken(101)));
104 root.addChild(ne
[all...]
H A DTestTrees.java60 adaptor.addChild(root_0, t);
61 adaptor.addChild(root_0, u);
71 r0.addChild(new CommonTree(new CommonToken(102)));
72 r0.getChild(0).addChild(new CommonTree(new CommonToken(103)));
73 r0.addChild(new CommonTree(new CommonToken(104)));
83 r0.addChild(c0=new CommonTree(new CommonToken(101)));
84 r0.addChild(c1=new CommonTree(new CommonToken(102)));
85 r0.addChild(c2=new CommonTree(new CommonToken(103)));
105 r0.addChild(c0=new CommonTree(new CommonToken(101)));
106 r0.addChild(c
[all...]

Completed in 417 milliseconds

1234567891011>>