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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fFunctionalTests.cpp 166 addChild(children[i]);
180 addChild(new ShaderCommonFunctionTests (m_context));
181 addChild(new ShaderPackingFunctionTests (m_context));
182 addChild(createBuiltinPrecisionTests (m_context));
196 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests"));
197 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests"));
198 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests"));
199 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests"));
200 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests"));
201 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));
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferTests.cpp 65 addChild(new TextureBufferOperationsViaBufferObjectLoad(m_context, m_extParams,
68 addChild(new TextureBufferOperationsViaCPUWrites(m_context, m_extParams, "texture_buffer_operations_cpu_writes",
71 addChild(new TextureBufferOperationsViaFrambufferReadBack(
74 addChild(new TextureBufferOperationsViaTransformFeedback(
77 addChild(new TextureBufferOperationsViaImageStore(m_context, m_extParams, "texture_buffer_operations_image_store",
80 addChild(new TextureBufferOperationsViaSSBOWrites(m_context, m_extParams, "texture_buffer_operations_ssbo_writes",
84 addChild(new TextureBufferMAXSizeValidation(m_context, m_extParams, "texture_buffer_max_size", "Test 2"));
87 addChild(
91 addChild(new TextureBufferParamValueIntToFloatConversion(m_context, m_extParams, "texture_buffer_conv_int_to_float",
95 addChild(new TextureBufferAtomicFunctions(m_context, m_extParams, "texture_buffer_atomic_functions", "Test (…)
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTests.cpp 65 addChild(new TransformFeedback::CreationTest(m_context));
66 addChild(new TransformFeedback::DefaultsTest(m_context));
67 addChild(new TransformFeedback::BuffersTest(m_context));
68 addChild(new TransformFeedback::ErrorsTest(m_context));
69 addChild(new TransformFeedback::FunctionalTest(m_context));
72 addChild(new Samplers::CreationTest(m_context));
73 addChild(new Samplers::DefaultsTest(m_context));
74 addChild(new Samplers::ErrorsTest(m_context));
75 addChild(new Samplers::FunctionalTest(m_context));
78 addChild(new ProgramPipelines::CreationTest(m_context))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiTests.cpp 62 bufferViewTests->addChild(createBufferViewCreateTests (testCtx));
63 bufferViewTests->addChild(createBufferViewAccessTests (testCtx));
70 apiTests->addChild(createVersionSanityCheckTests (testCtx));
71 apiTests->addChild(createDriverPropertiesTests (testCtx));
72 apiTests->addChild(createSmokeTests (testCtx));
73 apiTests->addChild(api::createFeatureInfoTests (testCtx));
74 apiTests->addChild(createDeviceInitializationTests (testCtx));
75 apiTests->addChild(createObjectManagementTests (testCtx));
76 apiTests->addChild(createBufferTests (testCtx));
77 apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferViewTests))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineTests.cpp 63 pipelineTests->addChild(createStencilTests (testCtx));
64 pipelineTests->addChild(createBlendTests (testCtx));
65 pipelineTests->addChild(createDepthTests (testCtx));
66 pipelineTests->addChild(createDynamicOffsetTests (testCtx));
67 pipelineTests->addChild(createEarlyDestroyTests (testCtx));
68 pipelineTests->addChild(createImageTests (testCtx));
69 pipelineTests->addChild(createSamplerTests (testCtx));
70 pipelineTests->addChild(createImageViewTests (testCtx));
71 pipelineTests->addChild(createPushConstantTests (testCtx));
72 pipelineTests->addChild(createPushDescriptorTests (testCtx))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFunctionalTests.cpp 127 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests"));
128 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests"));
129 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests"));
130 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests"));
131 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests"));
132 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests"));
133 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests"));
134 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests"));
135 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests"));
136 addChild(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests"))
    [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5Tests.cpp 57 addChild(new GPUShader5SamplerArrayIndexing(m_context, m_extParams, "sampler_array_indexing", "Test 1"));
60 addChild(new GPUShader5ImagesArrayIndexing(m_context, m_extParams, "images_array_indexing", "Test 2"));
63 addChild(
67 addChild(
73 addChild(new GPUShader5SSBOArrayIndexing(m_context, m_extParams, "ssbo_array_indexing", "Test 5"));
77 addChild(new GPUShader5PreciseQualifier(m_context, m_extParams, "precise_qualifier", "Test 6"));
80 addChild(new GPUShader5FmaAccuracyTest(m_context, m_extParams, "fma_accuracy", "Test 7"));
83 addChild(new GPUShader5FmaPrecision<IDT_FLOAT>(m_context, m_extParams, "fma_precision_float", "Test 8 float"));
84 addChild(new GPUShader5FmaPrecision<IDT_VEC2>(m_context, m_extParams, "fma_precision_vec2", "Test 8 vec2"));
85 addChild(new GPUShader5FmaPrecision<IDT_VEC3>(m_context, m_extParams, "fma_precision_vec3", "Test 8 vec3"))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFunctionalTests.cpp 120 addChild(children[i]);
146 addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[ndx].description));
164 addChild(new ComputeShaderBuiltinVarTests(m_context));
178 addChild(new ShaderCommonFunctionTests (m_context));
179 addChild(new ShaderPackingFunctionTests (m_context));
180 addChild(new ShaderIntegerFunctionTests (m_context));
181 addChild(new ShaderUniformIntegerFunctionTests (m_context));
182 addChild(new ShaderTextureSizeTests (m_context));
183 addChild(createBuiltinPrecisionTests (m_context));
217 addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_filesES31), (…)
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayTests.cpp 58 addChild(new TextureCubeMapArraySamplingTest(m_context, m_extParams, "sampling", "Test 1"));
61 addChild(
65 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_nonlayered",
67 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_layered",
69 addChild(new TextureCubeMapArrayStencilAttachments(
71 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_immutable_layered",
75 addChild(new TextureCubeMapArrayTex3DValidation(m_context, m_extParams, "tex3D_validation", "Test 4"));
78 addChild(new TextureCubeMapArraySubImage3D(m_context, m_extParams, "subimage3D", "Test 5"));
81 addChild(new TextureCubeMapArrayGetterCalls(m_context, m_extParams, "getter_calls", "Test 6"));
84 addChild(new TextureCubeMapArrayGenerateMipMapFilterable
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTests.cpp 45 sparseTests->addChild(createSparseBufferTests (testCtx));
46 sparseTests->addChild(createImageSparseBindingTests (testCtx));
47 sparseTests->addChild(createDeviceGroupImageSparseBindingTests (testCtx));
48 sparseTests->addChild(createImageSparseResidencyTests (testCtx));
49 sparseTests->addChild(createImageAlignedMipSizeTests (testCtx));
50 sparseTests->addChild(createImageBlockShapesTests (testCtx));
51 sparseTests->addChild(createDeviceGroupImageSparseResidencyTests (testCtx));
52 sparseTests->addChild(createMipmapSparseResidencyTests (testCtx));
53 sparseTests->addChild(createDeviceGroupMipmapSparseResidencyTests (testCtx));
54 sparseTests->addChild(createImageSparseMemoryAliasingTests (testCtx))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTests.cpp 53 subgroupsTests->addChild(createSubgroupsBuiltinVarTests(testCtx));
54 subgroupsTests->addChild(createSubgroupsBuiltinMaskVarTests(testCtx));
55 subgroupsTests->addChild(createSubgroupsBasicTests(testCtx));
56 subgroupsTests->addChild(createSubgroupsVoteTests(testCtx));
57 subgroupsTests->addChild(createSubgroupsBallotTests(testCtx));
58 subgroupsTests->addChild(createSubgroupsBallotBroadcastTests(testCtx));
59 subgroupsTests->addChild(createSubgroupsBallotOtherTests(testCtx));
60 subgroupsTests->addChild(createSubgroupsArithmeticTests(testCtx));
61 subgroupsTests->addChild(createSubgroupsClusteredTests(testCtx));
62 subgroupsTests->addChild(createSubgroupsPartitionedTests(testCtx))
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderTests.cpp 63 vertexGroup->addChild(new TessellationShaderVertexOrdering(m_context, m_extParams));
64 vertexGroup->addChild(new TessellationShaderVertexSpacing(m_context, m_extParams));
65 addChild(vertexGroup);
69 singleGroup->addChild(new TessellationShaderPropertiesDefaultContextWideValues(m_context, m_extParams));
71 singleGroup->addChild(new TessellationShadersIsolines(m_context, m_extParams));
73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams));
75 singleGroup->addChild(new TessellationShaderPropertiesProgramObject(m_context, m_extParams));
76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams));
77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams));
78 singleGroup->addChild(new TessellationShaderPrimitiveCoverage(m_context, m_extParams))
    [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));
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTests.cpp 52 group->addChild(new SimpleDrawTests (testCtx));
53 group->addChild(new DrawIndexedTests (testCtx));
54 group->addChild(new IndirectDrawTests (testCtx));
55 group->addChild(createBasicDrawTests (testCtx));
56 group->addChild(new InstancedTests (testCtx));
57 group->addChild(new ShaderDrawParametersTests (testCtx));
58 group->addChild(createNegativeViewportHeightTests (testCtx));
59 group->addChild(createZeroViewportHeightTests (testCtx));
60 group->addChild(createInvertedDepthRangesTests (testCtx));
61 group->addChild(createDifferingInterpolationTests (testCtx))
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderTests.cpp 119 addChild(adjacencyTestGroup);
120 addChild(renderingTestGroup);
121 addChild(programResourceTestGroup);
122 addChild(nonarrayInputTestGroup);
123 addChild(inputTestGroup);
124 addChild(primitiveCounterTestGroup);
125 addChild(layeredRenderingTestGroup);
126 addChild(clippingTestGroup);
127 addChild(blittingTestGroup);
128 addChild(layeredRenderingBoudaryCondition)
    [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedTests.cpp 59 addChild(new DrawBuffersIndexedCoverage(m_context, m_extParams, "coverage", "Basic coverage test"));
62 addChild(
66 addChild(new DrawBuffersIndexedSetGet(m_context, m_extParams, "set_get", "Setting and getting state test"));
69 addChild(new DrawBuffersIndexedColorMasks(m_context, m_extParams, "color_masks", "Masking color test"));
72 addChild(new DrawBuffersIndexedBlending(m_context, m_extParams, "blending", "Blending test"));
75 addChild(new DrawBuffersIndexedNegative(m_context, m_extParams, "negative", "Negative test"));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTests.cpp 47 imageTests->addChild(createImageStoreTests(testCtx));
48 imageTests->addChild(createImageLoadStoreTests(testCtx));
49 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx));
50 imageTests->addChild(createImageMutableTests(testCtx));
51 imageTests->addChild(createSwapchainImageMutableTests(testCtx));
52 imageTests->addChild(createImageFormatReinterpretTests(testCtx));
53 imageTests->addChild(createImageQualifiersTests(testCtx));
54 imageTests->addChild(createImageSizeTests(testCtx));
55 imageTests->addChild(createImageAtomicOperationTests(testCtx));
56 imageTests->addChild(createImageCompressionTranscodingTests(testCtx))
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleTests.cpp 78 addChild(apiGLGetActiveUniformTestGroup);
79 addChild(apiGLTexStorage2DMultisampleTestGroup);
80 addChild(apiGLTexStorage3DMultisampleTestGroup);
81 addChild(apiGLGetMultisamplefvTestGroup);
82 addChild(apiGLGetTexLevelParameterifvTestGroup);
83 addChild(apiGLSampleMaskiTestGroup);
84 addChild(apiDependenciesTestGroup);
85 addChild(apiGLCoverageTestGroup);
86 addChild(functionalTestGroup);
89 apiGLGetActiveUniformTestGroup->addChild(new glcts::MultisampleTextureGetActiveUniformSamplersTest(m_context))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemTests.cpp 56 attachmentTestGroup->addChild(createAttachmentLoadTests(testCtx));
57 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx));
58 protectedTests->addChild(attachmentTestGroup.release());
64 imageTestGroup->addChild(createCopyImageTests(testCtx));
65 imageTestGroup->addChild(createBlitImageTests(testCtx));
66 imageTestGroup->addChild(createClearColorImageTests(testCtx));
67 imageTestGroup->addChild(createCopyBufferToImageTests(testCtx));
68 imageTestGroup->addChild(createShaderImageAccessTests(testCtx));
69 protectedTests->addChild(imageTestGroup.release());
75 bufferTestGroup->addChild(createFillBufferTests(testCtx))
    [all...]
  /external/deqp/modules/egl/
teglTestPackage.cpp 85 addChild(new MemoryStressTests(m_eglTestCtx));
99 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
100 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
114 addChild(new CreateContextTests (m_eglTestCtx));
115 addChild(new QueryContextTests (m_eglTestCtx));
116 addChild(new CreateSurfaceTests (m_eglTestCtx));
117 addChild(new QuerySurfaceTests (m_eglTestCtx));
118 addChild(new QueryConfigTests (m_eglTestCtx));
119 addChild(new ChooseConfigTests (m_eglTestCtx));
120 addChild(new ColorClearTests (m_eglTestCtx))
    [all...]
  /external/deqp/modules/internal/
ditDelibsTests.cpp 82 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest));
83 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest));
84 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest));
85 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest));
86 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest));
87 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest));
88 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest));
127 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest));
128 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest));
129 addChild(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_selfTest))
    [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/memory/
vktMemoryTests.cpp 46 memoryTests->addChild(createAllocationTests (testCtx));
47 memoryTests->addChild(createDeviceGroupAllocationTests (testCtx));
48 memoryTests->addChild(createMappingTests (testCtx));
49 memoryTests->addChild(createPipelineBarrierTests (testCtx));
50 memoryTests->addChild(createRequirementsTests (testCtx));
51 memoryTests->addChild(createMemoryBindingTests (testCtx));
52 memoryTests->addChild(createMemoryExternalMemoryHostTests (testCtx));
  /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));
51 builtinTests->addChild(new BuiltinPrecision16BitTests(testCtx));
52 builtinTests->addChild(new BuiltinPrecision16Storage32BitTests(testCtx));

Completed in 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>