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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 645 addChild(new FboApiCase(m_context, "valid_tex2d_attachments", "Valid 2D texture attachments", validTex2DAttachmentsTest));
646 addChild(new FboApiCase(m_context, "valid_texcube_attachments", "Valid cubemap attachments", validTexCubeAttachmentsTest));
647 addChild(new FboApiCase(m_context, "valid_rbo_attachments", "Valid renderbuffer attachments", validRboAttachmentsTest));
650 addChild(new FboApiCase(m_context, "attach_to_default_fbo", "Invalid usage: attaching to default FBO", defaultFboIsZero ? attachToDefaultFramebufferTest : notSupportedTest));
651 addChild(new FboApiCase(m_context, "invalid_tex2d_attachments", "Invalid 2D texture attachments", invalidTex2DAttachmentTest));
652 addChild(new FboApiCase(m_context, "invalid_texcube_attachments", "Invalid cubemap attachments", invalidTexCubeAttachmentTest));
653 addChild(new FboApiCase(m_context, "invalid_rbo_attachments", "Invalid renderbuffer attachments", invalidRboAttachmentTest));
654 addChild(new FboApiCase(m_context, "attach_names", "Attach allocated names without objects", attachNamesTest));
656 addChild(new FboApiCase(m_context, "texture_levels", "Valid and invalid texturel levels", hasRenderToMipmap ? textureLevelsWithRenderToMipmapTest : textureLevelsTest));
659 addChild(new FboApiCase(m_context, "attachment_query_default_fbo", "Query attachments from default FBO", (…)
    [all...]
es2fDebugMarkerTests.cpp 200 debugMarkerGroup->addChild(new IsSupportedCase (context));
201 debugMarkerGroup->addChild(new RandomCase (context));
202 debugMarkerGroup->addChild(new InvalidCase (context));
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 586 addChild(new FboApiCase(m_context, "valid_tex2d_attachments", "Valid 2D texture attachments", validTex2DAttachmentsTest));
587 addChild(new FboApiCase(m_context, "valid_texcube_attachments", "Valid cubemap attachments", validTexCubeAttachmentsTest));
588 addChild(new FboApiCase(m_context, "valid_rbo_attachments", "Valid renderbuffer attachments", validRboAttachmentsTest));
591 addChild(new FboApiCase(m_context, "attach_to_default_fbo", "Invalid usage: attaching to default FBO", attachToDefaultFramebufferTest));
592 addChild(new FboApiCase(m_context, "invalid_tex2d_attachments", "Invalid 2D texture attachments", invalidTex2DAttachmentTest));
593 addChild(new FboApiCase(m_context, "invalid_texcube_attachments", "Invalid cubemap attachments", invalidTexCubeAttachmentTest));
594 addChild(new FboApiCase(m_context, "invalid_rbo_attachments", "Invalid renderbuffer attachments", invalidRboAttachmentTest));
595 addChild(new FboApiCase(m_context, "attach_names", "Attach allocated names without objects", attachNamesTest));
597 addChild(new FboApiCase(m_context, "texture_levels", "Valid and invalid texturel levels", textureLevelsTest));
600 addChild(new FboApiCase(m_context, "attachment_query_default_fbo", "Query attachments from default FBO", (…)
    [all...]
es3fShaderPackingFunctionTests.cpp 753 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_LOWP));
754 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_LOWP));
755 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_MEDIUMP));
756 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_MEDIUMP));
757 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_HIGHP));
758 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_HIGHP));
760 addChild(new UnpackSnorm2x16Case(m_context, glu::SHADERTYPE_VERTEX));
761 addChild(new UnpackSnorm2x16Case(m_context, glu::SHADERTYPE_FRAGMENT));
763 addChild(new PackUnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_LOWP));
764 addChild(new PackUnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_LOWP))
    [all...]
es3fSamplerObjectTests.cpp 96 simpleTexture2D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases[testNdx]));
98 addChild(simpleTexture2D);
141 multiTexture2D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases[testNdx]));
143 addChild(multiTexture2D);
179 simpleTexture3D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases3D[testNdx]));
181 addChild(simpleTexture3D);
224 multiTexture3D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases3D[testNdx]));
226 addChild(multiTexture3D);
262 simpleTextureCube->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCasesCube[testNdx]));
264 addChild(simpleTextureCube)
    [all...]
es3fShaderSwitchTests.cpp 163 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody));
164 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody));
457 addChild(*i);
es3fBufferCopyTests.cpp 256 addChild(basicGroup);
272 basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, dstTarget, size, hint, 0, 0, size, verify));
280 addChild(subrangeGroup);
309 subrangeGroup->addChild(new BasicBufferCopyCase(m_context, cases[ndx].name, "",
320 addChild(singleBufGroup);
335 singleBufGroup->addChild(new SingleBufferCopyCase(m_context, name.c_str(), "", srcTarget, dstTarget, hint, verify));
es3fFboMultisampleTests.cpp 398 addChild(sampleCountGroup);
402 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[fmtNdx], GL_NONE, IVec2(119, 131), samples));
406 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormats[fmtNdx]), "", GL_RGBA8, depthStencilFormats[fmtNdx], IVec2(119, 131), samples));
412 addChild(group);
415 group->addChild(new RenderbufferResizeCase(m_context, "nonms_to_nonms", "", false, false));
416 group->addChild(new RenderbufferResizeCase(m_context, "nonms_to_ms", "", false, true));
417 group->addChild(new RenderbufferResizeCase(m_context, "ms_to_nonms", "", true, false));
418 group->addChild(new RenderbufferResizeCase(m_context, "ms_to_ms", "", true, true));
  /external/deqp/modules/gles31/functional/
es31fTextureStateQueryTests.cpp 109 targetGroup->addChild(X); \
204 addChild(targetGroup);
208 targetGroup->addChild(createIsTextureTest(m_testCtx,
265 addChild(targetGroup);
275 targetGroup->addChild(createTexParamTest(m_testCtx,
es31fTextureFormatTests.cpp 425 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats")));
426 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats")));
427 addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "Sized formats (Buffer)")));
430 sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized formats (2D Array)")));
456 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
457 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
538 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
539 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
548 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
549 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo( (…)
    [all...]
  /external/antlr/runtime/ObjC/Framework/examples/polydiff/
PolyParser.m 299 [treeAdaptor addChild:[term1 getTree] toTree:root_0];
330 [treeAdaptor addChild:[term3 getTree] toTree:root_0];
506 [treeAdaptor addChild:
511 [treeAdaptor addChild:
515 [treeAdaptor addChild:root_1 toTree:root_0];
568 [treeAdaptor addChild:
572 [treeAdaptor addChild:[stream_exp nextTree] toTree:root_1];
574 [treeAdaptor addChild:root_1 toTree:root_0];
600 [treeAdaptor addChild:[exp8 getTree] toTree:root_0];
616 [treeAdaptor addChild:INT9_tree toTree:root_0]
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cShaderImageSizeTests.cpp 751 addChild(new TestSubcase(m_context, "basic-nonMS-vs-float", TestSubcase::Create<BasicNonMS<vec4, 0> >));
752 addChild(new TestSubcase(m_context, "basic-nonMS-vs-int", TestSubcase::Create<BasicNonMS<ivec4, 0> >));
753 addChild(new TestSubcase(m_context, "basic-nonMS-vs-uint", TestSubcase::Create<BasicNonMS<uvec4, 0> >));
754 addChild(new TestSubcase(m_context, "basic-nonMS-fs-float", TestSubcase::Create<BasicNonMS<vec4, 5> >));
755 addChild(new TestSubcase(m_context, "basic-nonMS-fs-int", TestSubcase::Create<BasicNonMS<ivec4, 5> >));
756 addChild(new TestSubcase(m_context, "basic-nonMS-fs-uint", TestSubcase::Create<BasicNonMS<uvec4, 5> >));
757 addChild(new TestSubcase(m_context, "basic-nonMS-cs-float", TestSubcase::Create<BasicNonMS<vec4, 4> >));
758 addChild(new TestSubcase(m_context, "basic-nonMS-cs-int", TestSubcase::Create<BasicNonMS<ivec4, 4> >));
759 addChild(new TestSubcase(m_context, "basic-nonMS-cs-uint", TestSubcase::Create<BasicNonMS<uvec4, 4> >));
760 addChild(new TestSubcase(m_context, "advanced-nonMS-vs-float", TestSubcase::Create<AdvancedNonMS<vec4, 0> > (…)
    [all...]
es31cExplicitUniformLocationTest.cpp     [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderPrimitiveCounter.cpp 96 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "point_to_point",
115 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "points_to_line_strip",
138 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "points_to_triangle_strip",
153 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_points",
172 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_line_strip",
195 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "lines_to_triangle_strip",
210 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "triangles_to_points",
229 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "triangles_to_line_strip",
252 addChild(new GeometryShaderPrimitiveCounter(getContext(), m_extParams, "triangles_to_triangle_strip",
269 addChild(new GeometryShaderPrimitiveCounterRestartingPrimitive
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 543 imageSizeTests->addChild(new ImageTest(testCtx,
577 countGroup->addChild(sizeTests.release());
578 parentGroup->addChild(countGroup.release());
738 imageFormatTests->addChild(formatGroup.release());
770 viewTypeGroup->addChild(formatTests.release());
771 imageViewTypeTests->addChild(viewTypeGroup.release());
793 samplingTypeGroup->addChild(viewTypeTests.release());
794 imageSamplingTypeTests->addChild(samplingTypeGroup.release());
805 suballocationTestsGroup->addChild(samplingTypeTests.release());
815 dedicatedAllocationTestsGroup->addChild(samplingTypeTests.release())
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DefaultFocusHighlightTest.java 257 containerState.addChild(DrawableFactory.createPaintDrawable());
258 containerState.addChild(DrawableFactory.createBitmapDrawable(mContext));
259 containerState.addChild(DrawableFactory.createColorDrawable());
275 containerState.addChild(DrawableFactory.createRippleDrawable());
276 containerState.addChild(
289 containerState.addChild(DrawableFactory.createColorDrawable());
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 352 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_10", "", 1 << 10, useDeviceGroups));
353 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_12", "", 1 << 12, useDeviceGroups));
354 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_16", "", 1 << 16, useDeviceGroups));
355 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_17", "", 1 << 17, useDeviceGroups));
356 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_20", "", 1 << 20, useDeviceGroups));
357 group->addChild(new BufferSparseBindingCase(group->getTestContext(), "buffer_size_2_24", "", 1 << 24, useDeviceGroups));
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTParser.stg 55 ADAPTOR->addChild(ADAPTOR, root_0, <label>_tree);
105 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <createNodeFromToken(...)>);},...)>
129 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <label>.tree);
165 ADAPTOR->addChild(ADAPTOR, root_0, <label>_tree);
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 54 adaptor.addChild(root_0, <label>_tree);
105 <super.matchSet(postmatchCode={<if(!ruleDescriptor.isSynPred)><if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <createNodeFromToken(...)>);<endif>}, ...)>
130 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>adaptor.addChild(root_0, <label>.getTree());
168 adaptor.addChild(root_0, <label>_tree);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 45 public void addChild(
163 _node.addChild(_child);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 49 public void addChild(
167 _node.addChild(_child);
  /external/catch2/include/internal/
catch_test_case_tracker.h 51 virtual void addChild( ITrackerPtr const& child ) = 0;
115 void addChild( ITrackerPtr const& child ) override;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderErrors.cpp 55 addChild(new glcts::TessellationShaderError1InputBlocks(m_context, m_extParams));
56 addChild(new glcts::TessellationShaderError1InputVariables(m_context, m_extParams));
57 addChild(new glcts::TessellationShaderError2OutputBlocks(m_context, m_extParams));
58 addChild(new glcts::TessellationShaderError2OutputVariables(m_context, m_extParams));
59 addChild(new glcts::TessellationShaderError3InputBlocks(m_context, m_extParams));
60 addChild(new glcts::TessellationShaderError3InputVariables(m_context, m_extParams));
61 addChild(new glcts::TessellationShaderError4InputBlocks(m_context, m_extParams));
62 addChild(new glcts::TessellationShaderError4InputVariables(m_context, m_extParams));
63 addChild(new glcts::TessellationShaderError5InputBlocks(m_context, m_extParams));
64 addChild(new glcts::TessellationShaderError5InputVariables(m_context, m_extParams))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 467 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
475 multi->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
484 random->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
490 inRenderPass->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments, true));
494 group->addChild(single.release());
495 group->addChild(multi.release());
496 group->addChild(random.release());
497 group->addChild(inRenderPass.release());
  /external/deqp/framework/common/
tcuTestCase.cpp 63 addChild(children[i]);
78 void TestNode::addChild (TestNode* node)

Completed in 1339 milliseconds

1 2 3 4 5 6 7 8 91011>>