HomeSort by relevance Sort by last modified time
    Searched refs:addChild (Results 1 - 25 of 818) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fFunctionalTests.cpp 163 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(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests"))
    [all...]
es3fRandomShaderTests.cpp 64 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(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", params, seed, true, (…)
    [all...]
es3fAttribLocationTests.cpp 94 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(holeGroup)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sStressTests.cpp 54 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));
es3sMemoryTests.cpp 64 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(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFE (…)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFunctionalTests.cpp 125 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(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests"))
    [all...]
es2fLightAmountTest.cpp 197 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(new LightAmountCase(m_context, "16dir", 16, 0, 0 ))
    [all...]
es2fRandomShaderTests.cpp 62 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(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", params, seed, true, (…)
    [all...]
es2fAttribLocationTests.cpp 67 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(holeGroup)
    [all...]
  /external/deqp/modules/gles2/stress/
es2sStressTests.cpp 49 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));
es2sMemoryTests.cpp 62 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(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFE (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFunctionalTests.cpp 108 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(new ShaderLibraryTest(m_context, "linkage_tessellation_geometry.test", "tessellation_geometry", "T (…)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pPerformanceTests.cpp 59 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(new BlendTests (m_context))
    [all...]
  /external/deqp/modules/internal/
ditDelibsTests.cpp 67 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(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_selfTest))
    [all...]
ditTestPackage.cpp 45 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));
ditImageCompareTests.cpp 163 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(new FuzzyComparisonMetricCase(m_testCtx, "earth_light", "earth_light_ref.png", "earth_light_cmp.p (…)
    [all...]
ditFrameworkTests.cpp 41 addChild(new SelfCheckCase(m_testCtx, "float_format","tcu::FloatFormat_selfTest()",
57 addChild(new CommonFrameworkTests(m_testCtx));
  /external/deqp/modules/gles2/performance/
es2pPerformanceTests.cpp 59 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(new DrawCallBatchingTests (m_context))
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aAccuracyTests.cpp 46 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/
es3aAccuracyTests.cpp 46 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/
es31sStressTests.cpp 48 addChild(new DrawTests (m_context));
49 addChild(new VertexAttributeBindingTests (m_context));
50 addChild(new TessellationGeometryInteractionTests (m_context));
  /cts/suite/audio_quality/lib/include/task/
TaskBatch.h 28 virtual bool addChild(TaskGeneric* child);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 63 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(new CommonTree(new CommonToken(102)))
    [all...]
TestTrees.java 60 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(c1=new CommonTree(new CommonToken(102)))
    [all...]
  /external/deqp/modules/egl/
teglTestPackage.cpp 81 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(new ColorClearTests (m_eglTestCtx))
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>