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

1 2 3 4 5 6 7 891011>>

  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp     [all...]
es2fIntegerStateQueryTests.cpp     [all...]
es2fVertexArrayTest.cpp 108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
177 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
248 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
316 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
378 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
443 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
475 addChild(new SingleVertexArrayStrideTests(m_context));
476 addChild(new SingleVertexArrayNormalizeTests(m_context));
477 addChild(new SingleVertexArrayOutputTypeTests(m_context));
478 addChild(new SingleVertexArrayUsageTests(m_context))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp     [all...]
  /external/antlr/runtime/ObjC/Framework/examples/polydiff/
PolyDifferentiator.m 362 [treeAdaptor addChild:poly2.tree toTree:root_1];
374 [treeAdaptor addChild:poly3.tree toTree:root_1];
378 [treeAdaptor addChild:root_1 toTree:root_0];
419 [treeAdaptor addChild:root_1 toTree:root_0];
442 [treeAdaptor addChild:/* ASTTreeParser createRewriteNodeFromElement */
507 [treeAdaptor addChild:root_2 toTree:root_1];
513 [treeAdaptor addChild:root_1 toTree:root_0];
549 [treeAdaptor addChild:
561 [treeAdaptor addChild:/* ASTTreeParser createRewriteNodeFromElement */
565 [treeAdaptor addChild
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 485 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress tests"));
499 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stress tests"));
513 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress tests"));
527 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation stress tests"));
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests"));
555 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"));
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests"));
583 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"));
597 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocation stress tests"));
611 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allocation st (…)
    [all...]
teglWideColorTests.cpp     [all...]
teglSyncTests.cpp     [all...]
  /external/antlr/runtime/C/src/
antlr3basetreeadaptor.c 49 static void addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child);
88 adaptor->addChild = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, void *))
89 addChild;
109 adaptor->addChild = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, void *))
491 adaptor->addChild (adaptor, newTree, newSubTree);
515 adaptor->debugger->addChild(adaptor->debugger, tree, child);
543 * a tree's addChild method to work this way. Make sure you differentiate
544 * between your tree's addChild and this parser tree construction addChild
548 addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
types.go 32 // addChild adds a child e, whose channelz id is id to child list
33 addChild(id int64, e entry)
50 func (d *dummyEntry) addChild(id int64, e entry) {
64 // Refer to the example described in addChild().
161 func (c *channel) addChild(id int64, e entry) {
204 func (sc *subChannel) addChild(id int64, e entry) {
304 func (ls *listenSocket) addChild(id int64, e entry) {
329 func (ns *normalSocket) addChild(id int64, e entry) {
392 func (s *server) addChild(id int64, e entry) {
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 320 parentGroup->addChild(group);
325 group->addChild(new RandomUniformBlockCase(context, de::toString(ndx).c_str(), "", glslVersion, bufferMode,
921 addChild(singleBasicTypeGroup);
926 singleBasicTypeGroup->addChild(layoutGroup);
938 layoutGroup->addChild(new BlockBasicTypeCase(m_context, typeName, "", m_glslVersion,
943 layoutGroup->addChild(new BlockBasicTypeCase(
954 layoutGroup->addChild(new BlockBasicTypeCase(
971 addChild(singleBasicArrayGroup);
976 singleBasicArrayGroup->addChild(layoutGroup);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cDrawIndirectTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 961 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws triangle list", testSpec));
963 indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_strip", "Draws triangle strip", testSpec));
967 indirectDrawCountGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws triangle list", testSpec));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFillBufferTests.cpp 367 fillAndUpdateBufferTests->addChild(bufferViewAllocationGroupTests[subgroupNdx]);
390 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, "Fill " + description, params));
391 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, "Update " + description, params));
401 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, "Fill " + description, params));
402 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, "Update " + description, params));
412 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, "Fill " + description, params));
413 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, "Update " + description, params));
423 currentTestsGroup->addChild(new FillBufferTestCase(testCtx, "fill_" + testName, "Fill " + description, params));
424 currentTestsGroup->addChild(new UpdateBufferTestCase(testCtx, "update_" + testName, "Update " + description, params));
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 358 addChild(coreGroup);
361 coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, DE_NULL));
364 coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varName, ivec3Constants[ndx].getValue, DE_NULL));
370 addChild(sampleVarGroup);
371 sampleVarGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, "gl_MaxSamples", getInteger<GL_MAX_SAMPLES>, "GL_OES_sample_variables"));
394 addChild(geomGroup);
397 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader"));
433 addChild(tessGroup);
436 tessGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_tessellation_shader"));
es31fVertexAttributeBindingTests.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerTest.java 157 mDrawableContainerState.addChild(dr0);
160 mDrawableContainerState.addChild(dr1);
188 mDrawableContainerState.addChild(dr0);
195 mDrawableContainerState.addChild(dr1);
387 mDrawableContainerState.addChild(dr0);
390 mDrawableContainerState.addChild(dr1);
470 mDrawableContainerState.addChild(dr0);
473 mDrawableContainerState.addChild(dr1);
503 mDrawableContainerState.addChild(dr0);
506 mDrawableContainerState.addChild(dr1)
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 286 adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
299 adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);<\n>
304 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
309 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
326 adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token,terminalOptions,args)>);<\n>
346 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
354 adaptor.addChild(root_<treeLevel>, <action>);<\n>
363 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
368 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
382 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 297 adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
310 adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);
315 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());
320 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());
337 adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token,args,terminalOptions)>);
357 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());
365 adaptor.addChild(root_<treeLevel>, <action>);
374 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());
379 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());
393 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 285 this.adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
298 this.adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);<\n>
303 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
308 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
325 this.adaptor.addChild(root_<treeLevel>, <createImaginaryNode(tokenType=token, ...)>);<\n>
345 this.adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
353 this.adaptor.addChild(root_<treeLevel>, <action>);<\n>
362 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
367 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
381 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 441 [treeAdaptor addChild:root_<treeLevel> toTree:root_<enclosingTreeLevel>];
455 [treeAdaptor addChild:<createRewriteNodeFromElement(...)> toTree:root_<treeLevel>];<\n>
460 [treeAdaptor addChild:[stream_<label> nextNode] toTree:root_<treeLevel>];<\n>
465 [treeAdaptor addChild:[stream_<label> nextNode] toTree:root_<treeLevel>];<\n>
482 [treeAdaptor addChild:<createImaginaryNode(tokenType=token, ...)> toTree:root_<treeLevel>];<\n>
502 [treeAdaptor addChild:[stream_<rule> nextTree] toTree:root_<treeLevel>];<\n>
510 [treeAdaptor addChild:<action> toTree:root_<treeLevel>];<\n>
519 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
524 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
538 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 317 self._adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>)<\n>
329 self._adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>)<\n>
334 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
339 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
356 self._adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token, args, terminalOptions)>)<\n>
377 self._adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree())<\n>
385 self._adaptor.addChild(root_<treeLevel>, <action>)<\n>
394 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
399 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
413 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n
    [all...]
  /external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
AST.stg 317 self._adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>)<\n>
329 self._adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>)<\n>
334 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
339 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
356 self._adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token, args, terminalOptions)>)<\n>
377 self._adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree())<\n>
385 self._adaptor.addChild(root_<treeLevel>, <action>)<\n>
394 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
399 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
413 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cLimitsTests.cpp 238 addChild(new glcts::LimitCase<GLint>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
244 addChild(new glcts::LimitCase<GLint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
250 addChild(new glcts::LimitCase<GLuint64>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
256 addChild(new glcts::LimitCase<GLfloat>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));
262 addChild(new glcts::LimitCase<tcu::IVec3>(m_context, limit.name, limit.token, limit.boundry, limit.isMaximum, "450", limit.builtin ));

Completed in 1942 milliseconds

1 2 3 4 5 6 7 891011>>