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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fFunctionalTests.cpp 164 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(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests"))
    [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 126 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(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...]
  /external/deqp/modules/gles31/functional/
es31fFunctionalTests.cpp 121 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(new ShaderLibraryTest(m_context, "linkage_tessellation_geometry.test", "tessellation_geometry", "T (…)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTests.cpp 53 pipelineTests->addChild(createStencilTests (testCtx));
54 pipelineTests->addChild(createBlendTests (testCtx));
55 pipelineTests->addChild(createDepthTests (testCtx));
56 pipelineTests->addChild(createImageTests (testCtx));
57 pipelineTests->addChild(createSamplerTests (testCtx));
58 pipelineTests->addChild(createImageViewTests (testCtx));
59 pipelineTests->addChild(createPushConstantTests (testCtx));
60 pipelineTests->addChild(createMultisampleTests (testCtx));
61 pipelineTests->addChild(createVertexInputTests (testCtx));
62 pipelineTests->addChild(createInputAssemblyTests(testCtx))
    [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/egl/
teglTestPackage.cpp 80 addChild(new MemoryStressTests(m_eglTestCtx));
94 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
95 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
109 addChild(new CreateContextTests (m_eglTestCtx));
110 addChild(new QueryContextTests (m_eglTestCtx));
111 addChild(new CreateSurfaceTests (m_eglTestCtx));
112 addChild(new QuerySurfaceTests (m_eglTestCtx));
113 addChild(new QueryConfigTests (m_eglTestCtx));
114 addChild(new ChooseConfigTests (m_eglTestCtx));
115 addChild(new ColorClearTests (m_eglTestCtx))
    [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/external/vulkancts/modules/vulkan/api/
vktApiTests.cpp 49 bufferViewTests->addChild(createBufferViewCreateTests (testCtx));
50 bufferViewTests->addChild(createBufferViewAccessTests (testCtx));
57 apiTests->addChild(createSmokeTests (testCtx));
58 apiTests->addChild(api::createFeatureInfoTests (testCtx));
59 apiTests->addChild(createDeviceInitializationTests (testCtx));
60 apiTests->addChild(createObjectManagementTests (testCtx));
61 apiTests->addChild(createBufferTests (testCtx));
62 apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests));
63 apiTests->addChild(createCommandBuffersTests (testCtx));
64 apiTests->addChild(createCopiesAndBlittingTests (testCtx))
    [all...]
  /external/deqp/modules/internal/
ditDelibsTests.cpp 81 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest));
82 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest));
83 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest));
84 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest));
85 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest));
86 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest));
87 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest));
126 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest));
127 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest));
128 addChild(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_selfTest))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTests.cpp 46 group->addChild(new DynamicStateVPTests(testCtx));
47 group->addChild(new DynamicStateRSTests(testCtx));
48 group->addChild(new DynamicStateCBTests(testCtx));
49 group->addChild(new DynamicStateDSTests(testCtx));
50 group->addChild(new DynamicStateGeneralTests(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/external/vulkancts/modules/vulkan/image/
vktImageTests.cpp 43 imageTests->addChild(createImageStoreTests(testCtx));
44 imageTests->addChild(createImageLoadStoreTests(testCtx));
45 imageTests->addChild(createImageFormatReinterpretTests(testCtx));
46 imageTests->addChild(createImageQualifiersTests(testCtx));
47 imageTests->addChild(createImageSizeTests(testCtx));
48 imageTests->addChild(createImageAtomicOperationTests(testCtx));
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTests.cpp 42 sparseTests->addChild(createBufferSparseBindingTests(testCtx));
43 sparseTests->addChild(createImageSparseBindingTests(testCtx));
44 sparseTests->addChild(createBufferSparseResidencyTests(testCtx));
45 sparseTests->addChild(createImageSparseResidencyTests(testCtx));
46 sparseTests->addChild(createMipmapSparseResidencyTests(testCtx));
47 sparseTests->addChild(createBufferSparseMemoryAliasingTests(testCtx));
  /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/external/vulkancts/modules/vulkan/compute/
vktComputeTests.cpp 42 computeTests->addChild(createBasicComputeShaderTests(testCtx));
43 computeTests->addChild(createIndirectComputeDispatchTests(testCtx));
44 computeTests->addChild(createComputeShaderBuiltinVarTests(testCtx));
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTests.cpp 44 group->addChild(new SimpleDrawTests(testCtx));
45 group->addChild(new DrawIndexedTests(testCtx));
46 group->addChild(new IndirectDrawTests(testCtx));
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryTests.cpp 43 memoryTests->addChild(createAllocationTests (testCtx));
44 memoryTests->addChild(createMappingTests (testCtx));
45 memoryTests->addChild(createPipelineBarrierTests (testCtx));
  /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));
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinTests.cpp 45 builtinFunctionTests->addChild(new ShaderCommonFunctionTests(testCtx));
46 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx));
47 builtinFunctionTests->addChild(new ShaderPackingFunctionTests(testCtx));
49 builtinTests->addChild(builtinFunctionTests.release());
50 builtinTests->addChild(new BuiltinPrecisionTests(testCtx));
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
ItemGroupTest.java 35 itemGroup.addChild(CHILD_1);
36 itemGroup.addChild(CHILD_2);
46 itemGroup.addChild(CHILD_1);
47 itemGroup.addChild(CHILD_2);
58 itemGroup.addChild(CHILD_1);
59 itemGroup.addChild(CHILD_2);
71 parentGroup.addChild(CHILD_1);
72 childGroup.addChild(CHILD_2);
73 childGroup.addChild(CHILD_3);
74 parentGroup.addChild(childGroup)
    [all...]

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>