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

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fFunctionalTests.cpp163 addChild(children[i]);
177 addChild(new ShaderCommonFunctionTests (m_context));
178 addChild(new ShaderPackingFunctionTests (m_context));
179 addChild(createBuiltinPrecisionTests (m_context));
193 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests"));
194 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests"));
195 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests"));
196 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests"));
197 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests"));
198 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.cpp125 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests"));
126 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests"));
127 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests"));
128 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests"));
129 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests"));
130 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests"));
131 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests"));
132 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests"));
133 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests"));
134 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/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/gles31/functional/
H A Des31fFunctionalTests.cpp108 addChild(children[i]);
125 addChild(new ComputeShaderBuiltinVarTests(m_context));
139 addChild(new ShaderCommonFunctionTests (m_context));
140 addChild(new ShaderPackingFunctionTests (m_context));
141 addChild(new ShaderIntegerFunctionTests (m_context));
142 addChild(new ShaderTextureSizeTests (m_context));
143 addChild(createBuiltinPrecisionTests (m_context));
157 addChild(new ShaderLibraryTest(m_context, "linkage_geometry.test", "geometry", "Geometry shader"));
158 addChild(new ShaderLibraryTest(m_context, "linkage_tessellation.test", "tessellation", "Tessellation shader"));
159 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/internal/
H A DditDelibsTests.cpp67 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest));
68 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest));
69 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest));
70 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest));
71 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest));
72 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest));
73 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest));
87 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest));
88 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest));
89 addChild(ne
[all...]
H A DditTestPackage.cpp45 addChild(new TestLogTests (m_testCtx));
46 addChild(new ImageIOTests (m_testCtx));
47 addChild(new ImageCompareTests (m_testCtx));
64 addChild(new BuildInfoTests (m_testCtx));
65 addChild(new DelibsTests (m_testCtx));
66 addChild(new FrameworkTests (m_testCtx));
67 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 DditFrameworkTests.cpp178 addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
189 addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
201 addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
218 addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
235 addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
252 addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
261 addChild(new CaseListParserCase(m_testCtx, "trailing_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
270 addChild(new CaseListParserCase(m_testCtx, "trailing_lf", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
279 addChild(new CaseListParserCase(m_testCtx, "trailing_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY(subCases)));
283 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/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...]
/external/deqp/modules/egl/
H A DteglTestPackage.cpp81 addChild(new MemoryStressTests(m_eglTestCtx));
95 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
96 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
110 addChild(new CreateContextTests (m_eglTestCtx));
111 addChild(new QueryContextTests (m_eglTestCtx));
112 addChild(new CreateSurfaceTests (m_eglTestCtx));
113 addChild(new QuerySurfaceTests (m_eglTestCtx));
114 addChild(new QueryConfigTests (m_eglTestCtx));
115 addChild(new ChooseConfigTests (m_eglTestCtx));
116 addChild(ne
[all...]

Completed in 535 milliseconds

1234567891011>>