HomeSort by relevance Sort by last modified time
    Searched full:rootnode (Results 26 - 50 of 396) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java 44 rootNode.attachChild(geom);
54 rootNode.addLight(al);
59 rootNode.addLight(dl1);
64 rootNode.addLight(dl);
66 rootNode.attachChild(teaGeom);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported12.java 91 Node rootNode;
95 rootNode = doc.getDocumentElement();
96 state = rootNode.isSupported("Core", "2.0");
100 state = rootNode.isSupported(featureElement, "1.0");
104 state = rootNode.isSupported(featureElement, "2.0");
isSupported13.java 62 Node rootNode;
65 rootNode = doc.getDocumentElement();
66 state = rootNode.isSupported("Core", "");
isSupported14.java 62 Node rootNode;
67 rootNode = doc.getDocumentElement();
68 state = rootNode.isSupported("Core", nullString);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestLocalPhysics.java 68 rootNode.attachChild(physicsSphere);
75 rootNode.attachChild(physicsSphere2);
83 rootNode.attachChild(physicsBox);
90 rootNode.attachChild(physicsCylinder);
97 rootNode.attachChild(node2);
104 rootNode.attachChild(node3);
116 rootNode.rotate(tpf, 0, 0);
TestCollisionGroups.java 69 rootNode.attachChild(physicsSphere);
76 rootNode.attachChild(physicsSphere2);
84 rootNode.attachChild(node2);
90 rootNode.attachChild(node3);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLight.java 62 rootNode.addLight(al);
72 rootNode.addLight(spot);
79 // rootNode.addLight(pl);
84 rootNode.attachChild(lightMdl);
89 // rootNode.addLight(dl);
109 rootNode.attachChild(floorGeom);
124 rootNode.attachChild(signpost);
TestTangentGenBadModels.java 47 rootNode.attachChild(badModel);
52 // rootNode.attachChild(model);
56 rootNode.attachChild(debugTangents);
86 rootNode.addLight(dl);
91 rootNode.attachChild(lightMdl);
95 // rootNode.addLight(pl);
102 rootNode.attachChild(info);
TestLightNode.java 77 rootNode.attachChild(g);
84 rootNode.attachChild(movingNode);
89 rootNode.addLight(pl);
97 rootNode.addLight(dl);
TestLightRadius.java 76 rootNode.attachChild(g);
80 rootNode.attachChild(lightMdl);
85 rootNode.addLight(pl);
90 rootNode.addLight(dl);
TestSimpleLighting.java 82 rootNode.attachChild(teapot);
87 rootNode.attachChild(lightMdl);
92 rootNode.addLight(pl);
97 rootNode.addLight(dl);
  /external/skia/src/utils/android/
SkHwuiRenderer.cpp 44 this->rootNode.reset(new android::uirenderer::RenderNode());
45 this->rootNode->incStrong(nullptr);
46 this->rootNode->mutateStagingProperties().setLeftTopRightBottom
48 this->rootNode->mutateStagingProperties().setClipToBounds(false);
49 this->rootNode->setPropertyFieldsDirty(android::uirenderer::RenderNode::GENERIC);
52 (new android::uirenderer::renderthread::RenderProxy(false, this->rootNode, &factory));
73 this->rootNode->setStagingDisplayList(this->canvas->finishRecording());
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 36 rootNode.attachChild(player);
49 rootNode.attachChild(audio_gun);
57 rootNode.attachChild(audio_nature);
HelloAssets.java 60 rootNode.attachChild(teapot);
69 rootNode.attachChild(wall);
85 rootNode.attachChild(ninja);
89 rootNode.addLight(sun);
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestSpatialAnim.java 27 rootNode.addLight(al);
31 rootNode.addLight(dl);
82 rootNode.attachChild(model);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeelementnodetype.java 62 Element rootNode;
65 rootNode = doc.getDocumentElement();
66 nodeType = (int) rootNode.getNodeType();
nodeelementnodetype.java 63 Element rootNode;
66 rootNode = doc.getDocumentElement();
67 nodeType = (int) rootNode.getNodeType();
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestParticleExportingCloning.java 69 rootNode.attachChild(emit);
70 rootNode.attachChild(emit2);
81 rootNode.attachChild(emit3);
91 // vp.attachScene(rootNode);
TestSoftParticles.java 54 rootNode.attachChild(geom);
61 rootNode.attachChild(geom2);
91 rootNode.attachChild(fire);
109 rootNode.attachChild(smoke);
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestNormalMapping.java 67 rootNode.attachChild(sphere);
71 rootNode.attachChild(lightMdl);
76 rootNode.addLight(pl);
81 // rootNode.addLight(dl);
TestSimpleBumps.java 67 rootNode.attachChild(sphere);
71 rootNode.attachChild(lightMdl);
76 rootNode.addLight(pl);
81 // rootNode.addLight(dl);
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestHoverTank.java 72 rootNode.attachChild(tank);
84 rootNode.addLight(dl);
85 rootNode.addLight(dl2);
86 rootNode.attachChild(tank);
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 83 rootNode.attachChild(n);
89 rootNode.attachChild(n2);
92 // rootNode.attachChild(bb);
93 // rootNode.attachChild(g2);
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestBatchLod.java 58 rootNode.addLight(dl);
79 rootNode.attachChild(clonePot);
82 GeometryBatchFactory.optimize(rootNode, true);
84 rootNode.getChild(0).addControl(control);
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java 75 rootNode.addLight(al);
80 rootNode.addLight(sun);
82 rootNode.attachChild(geom);
88 rootNode.attachChild(box);

Completed in 138 milliseconds

12 3 4 5 6 7 8 91011>>