/external/deqp/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 163 addChild(children[i]); in init() 177 addChild(new ShaderCommonFunctionTests (m_context)); in init() 178 addChild(new ShaderPackingFunctionTests (m_context)); in init() 179 addChild(createBuiltinPrecisionTests (m_context)); in init() 193 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init() 194 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init() 195 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init() 196 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init() 197 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init() 198 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests")); in init() [all …]
|
D | es3fRandomShaderTests.cpp | 64 addChild(vertexGroup); in init() 67 addChild(fragmentGroup); in init() 70 addChild(combinedGroup); in init() 74 …vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init() 75 …fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init() 76 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 95 addChild(vertexGroup); in init() 98 addChild(fragmentGroup); in init() 101 addChild(combinedGroup); in init() 105 …vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init() [all …]
|
D | es3fAttribLocationTests.cpp | 94 root->addChild(bindAttributeGroup); in createAttributeLocationTests() 99 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests() 107 root->addChild(bindMaxAttributeGroup); in createAttributeLocationTests() 112 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests() 120 root->addChild(aliasingGroup); in createAttributeLocationTests() 127 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 131 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 134 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests() 137 …aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), conte… in createAttributeLocationTests() 145 root->addChild(holeGroup); in createAttributeLocationTests() [all …]
|
D | es3fRasterizerDiscardTests.cpp | 438 addChild(basic); in init() 439 addChild(scissor); in init() 440 addChild(fbo); in init() 444 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init() 445 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init() 446 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init() 447 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init() 448 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, C… in init() 449 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_stri… in init() 450 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", … in init() [all …]
|
D | es3fOcclusionQueryTests.cpp | 449 …addChild(new OcclusionQueryCase(m_context, "scissor", "scissor", 1, 10, 1.6f… in init() 450 …addChild(new OcclusionQueryCase(m_context, "depth_write", "depth_write", 8, 10… in init() 451 …addChild(new OcclusionQueryCase(m_context, "depth_clear", "depth_clear", 5, 10… in init() 452 …addChild(new OcclusionQueryCase(m_context, "stencil_write", "stencil_write", 8,… in init() 453 …addChild(new OcclusionQueryCase(m_context, "stencil_clear", "stencil_clear", 5,… in init() 455 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_write", "scissor_depth_write", … in init() 456 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_clear", "scissor_depth_clear", … in init() 457 …addChild(new OcclusionQueryCase(m_context, "scissor_stencil_write", "scissor_stencil_write… in init() 458 …addChild(new OcclusionQueryCase(m_context, "scissor_stencil_clear", "scissor_stencil_clear… in init() 459 …addChild(new OcclusionQueryCase(m_context, "depth_write_depth_clear", "depth_write_depth_cl… in init() [all …]
|
D | es3fReadPixelsTests.cpp | 426 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_1", "", false, 1, 0, 0, 0, GL_RGBA, GL_U… in init() 427 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_2", "", false, 2, 0, 0, 0, GL_RGBA, GL_U… in init() 428 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_4", "", false, 4, 0, 0, 0, GL_RGBA, GL_U… in init() 429 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_8", "", false, 8, 0, 0, 0, GL_RGBA, GL_U… in init() 431 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_1", "", false, 1, 0, 0, 0, GL_RGBA_INTEGER… in init() 432 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_2", "", false, 2, 0, 0, 0, GL_RGBA_INTEGER… in init() 433 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_4", "", false, 4, 0, 0, 0, GL_RGBA_INTEGER… in init() 434 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_8", "", false, 8, 0, 0, 0, GL_RGBA_INTEGER… in init() 436 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_1", "", false, 1, 0, 0, 0, GL_RGBA_INTEGE… in init() 437 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_2", "", false, 2, 0, 0, 0, GL_RGBA_INTEGE… in init() [all …]
|
D | es3fScissorTests.cpp | 94 addChild(createPrimitiveTest(tc, in init() 104 …addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init() 105 …addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0… in init() 106 …addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init() 108 …addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", C… in init() 109 …addChild(createFramebufferClearTest(tc, rc, "clear_int_buffer", "Integer color clear", CLEAR… in init() 110 …addChild(createFramebufferClearTest(tc, rc, "clear_uint_buffer", "Unsigned integer buffer clear"… in init() 111 …addChild(createFramebufferClearTest(tc, rc, "clear_depth_buffer", "Depth buffer clear", CLEAR… in init() 112 …addChild(createFramebufferClearTest(tc, rc, "clear_stencil_buffer", "Stencil buffer clear", C… in init() 113 …addChild(createFramebufferClearTest(tc, rc, "clear_depth_stencil_buffer", "Fixed point color buffe… in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFunctionalTests.cpp | 125 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests")); in init() 126 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests")); in init() 127 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests")); in init() 128 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests")); in init() 129 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests")); in init() 130 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests")); in init() 131 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests")); in init() 132 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests")); in init() 133 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests")); in init() 134 addChild(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests")); in init() [all …]
|
D | es2fRandomShaderTests.cpp | 62 addChild(vertexGroup); in init() 65 addChild(fragmentGroup); in init() 68 addChild(combinedGroup); in init() 72 …vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init() 73 …fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init() 74 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 93 addChild(vertexGroup); in init() 96 addChild(fragmentGroup); in init() 99 addChild(combinedGroup); in init() 103 …vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init() [all …]
|
D | es2fLightAmountTest.cpp | 197 addChild(new LightAmountCase(m_context, "none", 0, 0, 0 )); in init() 198 addChild(new LightAmountCase(m_context, "1dir", 1, 0, 0 )); in init() 199 addChild(new LightAmountCase(m_context, "2dir", 2, 0, 0 )); in init() 200 addChild(new LightAmountCase(m_context, "4dir", 4, 0, 0 )); in init() 201 addChild(new LightAmountCase(m_context, "6dir", 6, 0, 0 )); in init() 202 addChild(new LightAmountCase(m_context, "8dir", 8, 0, 0 )); in init() 203 addChild(new LightAmountCase(m_context, "10dir", 10, 0, 0 )); in init() 204 addChild(new LightAmountCase(m_context, "12dir", 12, 0, 0 )); in init() 205 addChild(new LightAmountCase(m_context, "14dir", 14, 0, 0 )); in init() 206 addChild(new LightAmountCase(m_context, "16dir", 16, 0, 0 )); in init() [all …]
|
D | es2fAttribLocationTests.cpp | 67 root->addChild(bindAttributeGroup); in createAttributeLocationTests() 72 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests() 80 root->addChild(bindMaxAttributeGroup); in createAttributeLocationTests() 85 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests() 93 root->addChild(aliasingGroup); in createAttributeLocationTests() 100 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 104 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 107 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests() 110 …aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), conte… in createAttributeLocationTests() 118 root->addChild(holeGroup); in createAttributeLocationTests() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 108 addChild(children[i]); in init() 125 addChild(new ComputeShaderBuiltinVarTests(m_context)); in init() 139 addChild(new ShaderCommonFunctionTests (m_context)); in init() 140 addChild(new ShaderPackingFunctionTests (m_context)); in init() 141 addChild(new ShaderIntegerFunctionTests (m_context)); in init() 142 addChild(new ShaderTextureSizeTests (m_context)); in init() 143 addChild(createBuiltinPrecisionTests (m_context)); in init() 157 …addChild(new ShaderLibraryTest(m_context, "linkage_geometry.test", "geometry", "Geometry shader")); in init() 158 …addChild(new ShaderLibraryTest(m_context, "linkage_tessellation.test", "tessellation", "Tessellati… in init() 159 …addChild(new ShaderLibraryTest(m_context, "linkage_tessellation_geometry.test", "tessellation_geom… in init() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 73 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sMemoryTests.cpp | 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 75 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
D | es3sStressTests.cpp | 54 addChild(new MemoryTests (m_context)); in init() 55 addChild(new OcclusionQueryTests (m_context)); in init() 56 addChild(new SyncTests (m_context)); in init() 57 addChild(new LongRunningTests (m_context)); in init() 58 addChild(new SpecialFloatTests (m_context)); in init() 59 addChild(new DrawTests (m_context)); in init() 60 addChild(new VertexArrayTests (m_context)); in init() 61 addChild(new LongShaderTests (m_context)); in init() 62 addChild(new LongRunningShaderTests (m_context)); in init()
|
/external/deqp/modules/internal/ |
D | ditDelibsTests.cpp | 67 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest)); in init() 68 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest)); in init() 69 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest)); in init() 70 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest)); in init() 71 …addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfT… in init() 72 …addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_… in init() 73 …addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_sel… in init() 87 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest)); in init() 88 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest)); in init() 89 …addChild(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_selfTest)… in init() [all …]
|
D | ditImageCompareTests.cpp | 163 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "identical", "cube_ref.png", "cube_ref.png",… in init() 164 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube", "cube_ref.png", "cube_cmp.png", … in init() 165 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_2", "cube_2_ref.png", "cube_2_cmp.png"… in init() 166 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_sphere", "cube_sphere_ref.png", "cube_sph… in init() 167 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap", "cube_nmap_ref.png", "cube_nmap_c… in init() 168 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap_2", "cube_nmap_2_ref.png", "cube_nma… in init() 169 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_diffuse", "earth_diffuse_ref.png", "earth… in init() 170 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "eath_texture", "earth_texture_ref.png", "earth_… in init() 171 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_spot", "earth_spot_ref.png", "earth_spo… in init() 172 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_light", "earth_light_ref.png", "earth_li… in init() [all …]
|
D | ditFrameworkTests.cpp | 178 …addChild(new CaseListParserCase(m_testCtx, "single_case", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init() 189 …addChild(new CaseListParserCase(m_testCtx, "simple_group_1", caseList, subCases, DE_LENGTH_OF_ARRA… in init() 201 …addChild(new CaseListParserCase(m_testCtx, "simple_group_2", caseList, subCases, DE_LENGTH_OF_ARRA… in init() 218 …addChild(new CaseListParserCase(m_testCtx, "two_groups", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init() 235 …addChild(new CaseListParserCase(m_testCtx, "case_group", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init() 252 …addChild(new CaseListParserCase(m_testCtx, "group_case", caseList, subCases, DE_LENGTH_OF_ARRAY(su… in init() 261 …addChild(new CaseListParserCase(m_testCtx, "trailing_cr", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init() 270 …addChild(new CaseListParserCase(m_testCtx, "trailing_lf", caseList, subCases, DE_LENGTH_OF_ARRAY(s… in init() 279 …addChild(new CaseListParserCase(m_testCtx, "trailing_crlf", caseList, subCases, DE_LENGTH_OF_ARRAY… in init() 283 addChild(new NegativeCaseListCase(m_testCtx, "empty_string", "")); in init() [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTrees.java | 60 adaptor.addChild(root_0, t); in testTwoChildrenOfNilRoot() 61 adaptor.addChild(root_0, u); in testTwoChildrenOfNilRoot() 71 r0.addChild(new CommonTree(new CommonToken(102))); in test4Nodes() 72 r0.getChild(0).addChild(new CommonTree(new CommonToken(103))); in test4Nodes() 73 r0.addChild(new CommonTree(new CommonToken(104))); in test4Nodes() 83 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList() 84 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList() 85 r0.addChild(c2=new CommonTree(new CommonToken(103))); in testList() 105 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList2() 106 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList2() [all …]
|
D | TestTreeNodeStream.java | 63 t.addChild(new CommonTree(new CommonToken(102))); in test4Nodes() 64 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); in test4Nodes() 65 t.addChild(new CommonTree(new CommonToken(104))); in test4Nodes() 81 t.addChild(new CommonTree(new CommonToken(102))); in testList() 82 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); in testList() 83 t.addChild(new CommonTree(new CommonToken(104))); in testList() 87 root.addChild(t); in testList() 88 root.addChild(u); in testList() 103 root.addChild(new CommonTree(new CommonToken(101))); in testFlatList() 104 root.addChild(new CommonTree(new CommonToken(102))); in testFlatList() [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 59 addChild(new TextureFormatTests (m_context)); in init() 60 addChild(new TextureFilteringTests (m_context)); in init() 61 addChild(new TextureCountTests (m_context)); in init() 77 addChild(new ShaderOperatorTests (m_context)); in init() 78 addChild(new ShaderControlStatementTests (m_context)); in init() 94 addChild(new StateChangeCallTests (m_context)); in init() 95 addChild(new StateChangeTests (m_context)); in init() 96 addChild(new RedundantStateChangeTests (m_context)); in init() 112 addChild(new BufferDataUploadTests (m_context)); in init() 129 addChild(new BlendTests (m_context)); in init() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
D | testtree.py | 61 self.adaptor.addChild(root_0, t) 62 self.adaptor.addChild(root_0, u) 72 t.addChild(CommonTree(CommonToken(102))) 73 t.getChild(0).addChild(CommonTree(CommonToken(103))) 74 t.addChild(CommonTree(CommonToken(104))) 90 t.addChild(CommonTree(CommonToken(102))) 91 t.getChild(0).addChild(CommonTree(CommonToken(103))) 92 t.addChild(CommonTree(CommonToken(104))) 96 root.addChild(t) 97 root.addChild(u) [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pPerformanceTests.cpp | 59 addChild(new TextureFormatTests (m_context)); in init() 60 addChild(new TextureFilteringTests (m_context)); in init() 61 addChild(new TextureCountTests (m_context)); in init() 62 addChild(new TextureUploadTests (m_context)); in init() 78 addChild(new ShaderOperatorTests (m_context)); in init() 79 addChild(new ShaderControlStatementTests (m_context)); in init() 95 addChild(new StateChangeCallTests (m_context)); in init() 96 addChild(new StateChangeTests (m_context)); in init() 97 addChild(new RedundantStateChangeTests (m_context)); in init() 98 addChild(new DrawCallBatchingTests (m_context)); in init() [all …]
|
/external/deqp/modules/egl/ |
D | teglTestPackage.cpp | 81 addChild(new MemoryStressTests(m_eglTestCtx)); in init() 95 addChild(new MakeCurrentPerfTests (m_eglTestCtx)); in init() 96 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx)); in init() 110 addChild(new CreateContextTests (m_eglTestCtx)); in init() 111 addChild(new QueryContextTests (m_eglTestCtx)); in init() 112 addChild(new CreateSurfaceTests (m_eglTestCtx)); in init() 113 addChild(new QuerySurfaceTests (m_eglTestCtx)); in init() 114 addChild(new QueryConfigTests (m_eglTestCtx)); in init() 115 addChild(new ChooseConfigTests (m_eglTestCtx)); in init() 116 addChild(new ColorClearTests (m_eglTestCtx)); in init() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderRuby.cpp | 126 void RenderRubyAsInline::addChild(RenderObject* child, RenderObject* beforeChild) in addChild() function in blink::RenderRubyAsInline 132 RenderInline::addChild(child, firstChild()); in addChild() 138 RenderInline::addChild(beforeBlock, firstChild()); in addChild() 140 beforeBlock->addChild(child); in addChild() 147 RenderInline::addChild(child); in addChild() 153 RenderInline::addChild(afterBlock); in addChild() 155 afterBlock->addChild(child); in addChild() 162 RenderInline::addChild(child, beforeChild); in addChild() 173 run->addChild(child, beforeChild); in addChild() 186 RenderInline::addChild(lastRun, beforeChild); in addChild() [all …]
|