Searched defs:instances (Results 1 - 25 of 71) sorted by relevance

123

/external/parameter-framework/upstream/test/functional-tests/include/
H A DConfig.hpp45 * { .instances = "fuu" } <=> { &Config::instances, "fuu" }
61 std::string instances; member in struct:parameterFramework::Config
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DCullTest.java47 ModelInstance[] instances = new ModelInstance[100]; field in class:CullTest
62 for (int i = 0; i < instances.length; i++) {
65 instances[i] = new ModelInstance(sphere, pos);
87 for (int i = 0; i < instances.length; i++) {
88 instances[i].transform.getTranslation(pos);
90 ((ColorAttribute)instances[i].materials.get(0).get(ColorAttribute.Diffuse)).color.set(Color.WHITE);
93 ((ColorAttribute)instances[i].materials.get(0).get(ColorAttribute.Diffuse)).color.set(Color.RED);
95 modelBatch.render(instances[i]);
H A DProjectTest.java45 ModelInstance[] instances = new ModelInstance[100]; field in class:ProjectTest
58 for (int i = 0; i < instances.length; i++) {
59 instances[i] = new ModelInstance(sphere, rand.nextFloat() * 100 - rand.nextFloat() * 100, rand.nextFloat() * 100
79 for (int i = 0; i < instances.length; i++) {
80 instances[i].transform.getTranslation(tmp);
82 ((ColorAttribute)instances[i].materials.get(0).get(ColorAttribute.Diffuse)).color.set(Color.WHITE);
85 ((ColorAttribute)instances[i].materials.get(0).get(ColorAttribute.Diffuse)).color.set(Color.RED);
87 modelBatch.render(instances[i]);
96 for (int i = 0; i < instances.length; i++) {
97 instances[
[all...]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
H A DHeightMapTest.java67 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
68 batch.render(instances);
H A DMeshBuilderTest.java106 instances.add(new ModelInstance(model, new Matrix4().trn(0f, 0f, 0f), "mesh", true));
107 instances.add(new ModelInstance(model, new Matrix4().trn(-5f, 0f, -5f), "box", true));
108 instances.add(new ModelInstance(model, new Matrix4().trn(5f, 0f, -5f), "sphere", true));
109 instances.add(new ModelInstance(model, new Matrix4().trn(-5f, 0f, 5f), "cone", true));
110 instances.add(new ModelInstance(model, new Matrix4().trn(5f, 0f, 5f), "cylinder", true));
114 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
115 batch.render(instances, environment);
H A DModelCacheTest.java27 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
30 modelCache.add(instances);
35 batch.render(instances, lighting ? environment : null);
H A DLightsTest.java58 BoundingBox bounds = instances.get(0).calculateBoundingBox(new BoundingBox());
69 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
84 super.render(batch, instances);
H A DBaseG3dTest.java44 public Array<ModelInstance> instances = new Array<ModelInstance>(); field in class:BaseG3dTest
89 protected abstract void render (final ModelBatch batch, final Array<ModelInstance> instances); argument
96 public void render (final Array<ModelInstance> instances) { argument
99 if (instances != null) render(modelBatch, instances);
115 render(instances);
H A DBasic3DSceneTest.java40 public Array<ModelInstance> instances = new Array<ModelInstance>(); field in class:Basic3DSceneTest
89 instances.add(instance);
110 for (ModelInstance instance : instances)
119 instances.clear();
H A DModelTest.java61 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
64 batch.render(instances, environment);
71 for (final ModelInstance instance : instances) {
94 instances.clear();
98 instances.add(instance);
H A DSkeletonTest.java63 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
66 for (final ModelInstance instance : instances)
68 batch.render(instances);
100 for (final ModelInstance instance : instances) {
123 instances.clear();
128 instances.add(instance);
H A DAnimation3DTest.java170 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
171 batch.render(instances, lights);
194 instances.add(new ModelInstance(floorModel, "floor"));
195 instances.add(tree = new ModelInstance(floorModel, "tree"));
203 instances.add(character);
H A DBenchmark3DTest.java216 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
218 batch.render(instances, environment);
220 batch.render(instances);
245 instances.add(instance);
H A DParticleControllerTest.java201 protected void render (ModelBatch batch, Array<ModelInstance> instances) { argument
218 batch.render(instances, environment);
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dreloader.py67 instances = [] variable in class:Monitor
76 self.instances.append(self)
132 for instance in cls.instances:
144 for instance in cls.instances:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
H A Dsecuritygroup.py290 def instances(self, dry_run=False): member in class:SecurityGroup
292 Find all of the current instances that are running within this
309 instances = [i for r in rs for i in r.instances]
310 return instances
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
H A DBasicBulletTest.java67 Array<ModelInstance> instances = new Array<ModelInstance>(); field in class:BasicBulletTest
144 instances.add(ground);
157 instances.add(sphere);
185 motionStates.get(i).getWorldTransform(instances.get(i).transform);
189 modelBatch.render(instances, lights);
219 instances.clear();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLayoutInflater.java22 private static AppSingletonizer<LayoutInflater> instances = new LayoutInflaterAppSingletonizer(); field in class:ShadowLayoutInflater
33 return bind(instances.getInstance(context), context);
/external/eigen/test/
H A Dexceptions.cpp33 instances--;
38 instances++;
68 static int instances; member in class:ScalarWithExceptions
76 int ScalarWithExceptions::instances = 0; member in class:ScalarWithExceptions
82 int before = ScalarWithExceptions::instances; \
87 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \
107 VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
/external/skia/src/gpu/
H A DGrVertices.h94 /** Variation of the above that may be used when the total number of instances may exceed
95 the number of instances supported by the index buffer. To be used with
160 int instances = SkTMin(fInstancesRemaining, fVertices->fMaxInstancesPerDraw); local
161 fInstanceBatch.fIndexCount = instances * fVertices->fIndicesPerInstance;
162 fInstanceBatch.fVertexCount = instances * fVertices->fVerticesPerInstance;
163 fInstancesRemaining -= instances;
/external/skia/src/gpu/batches/
H A DGrDrawPathBatch.cpp132 const InstanceData& instances = *head.fInstanceData; local
133 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), instances.indices(),
135 instances.transformValues(),
136 instances.transformType(),
137 instances.count());
145 const InstanceData& instances = *draw.fInstanceData; local
146 memcpy(&indexStorage[idx], instances.indices(), instances.count() * sizeof(uint16_t));
147 pre_translate_transform_values(instances.transformValues(), this->transformType(),
148 instances
[all...]
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
H A DTimer.java26 static final Array<Timer> instances = new Array(1); field in class:Timer
77 synchronized (instances) {
78 instances.removeValue(this, true);
84 synchronized (instances) {
85 if (instances.contains(this, true)) return;
86 instances.add(this);
141 synchronized (instances) {
210 synchronized (instances) {
215 for (int i = 0, n = instances.size; i < n; i++) {
217 waitMillis = instances
[all...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtBvhTriangleMeshShape.java66 protected final static Array<btBvhTriangleMeshShape> instances = new Array<btBvhTriangleMeshShape>(); field in class:btBvhTriangleMeshShape
69 for (final btBvhTriangleMeshShape instance : instances) {
77 /** Obtain an instance of btBvhTriangleMeshShape, made up of the specified {@link MeshPart} instances.
84 instances.add(result);
H A DbtIndexedMesh.java65 protected final static Array<btIndexedMesh> instances = new Array<btIndexedMesh>(); field in class:btIndexedMesh
67 final int n = instances.size;
69 final btIndexedMesh mesh = instances.get(i);
85 instances.add(result);
103 instances.add(result);
110 * this btIndexedMesh. Use by the static obtain(...) methods to avoid creating duplicate instances. */
H A DbtTriangleIndexVertexArray.java67 protected final static Array<btTriangleIndexVertexArray> instances = new Array<btTriangleIndexVertexArray>(); field in class:btTriangleIndexVertexArray
91 for (final btTriangleIndexVertexArray instance : instances) {
104 instances.add(result);
142 /** Add one or more {@link MeshPart} instances to this btTriangleIndexVertexArray.
151 /** Add one or more {@link MeshPart} instances to this btTriangleIndexVertexArray.
160 /** Add one or more {@link NodePart} instances to this btTriangleIndexVertexArray.

Completed in 3257 milliseconds

123