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

1 2 3 4

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventOrderingVerificationTest.java 66 List<Integer> indices = getIndices(stats);
83 List<Integer> indices = getIndices(stats);
106 private List<Integer> getIndices(SensorStats stats) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btFace.java 65 public SWIGTYPE_p_btAlignedObjectArrayT_int_t getIndices() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
HullResult.java 109 public SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t getIndices() {
PHullResult.java 101 public SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t getIndices() {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
UnweightedMeshSpawnShapeValue.java 31 mesh.getIndices(indices);
WeightMeshSpawnShapeValue.java 46 mesh.getIndices(indices);
  /external/llvm/lib/IR/
Instruction.cpp 306 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
308 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices();
ConstantsContext.h 468 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
474 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
499 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 290 public void getIndices (short[] indices) {
291 getIndices(indices, 0);
298 public void getIndices (short[] indices, int destOffset) {
299 getIndices(0, indices, destOffset);
307 public void getIndices (int srcOffset, short[] indices, int destOffset) {
308 getIndices(srcOffset, -1, indices, destOffset);
317 public void getIndices (int srcOffset, int count, short[] indices, int destOffset) {
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 139 public ShortBuffer[] getIndices() {
PlanetsRenderer.java 205 ShortBuffer[] indices = mSpheres[i].getIndices();
409 ShortBuffer[] indices = mSpheres[i].getIndices();
  /frameworks/base/libs/hwui/
VertexBuffer.h 126 const void* getIndices() const { return mIndices; }
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 334 return Builder.CreateExtractValue(NewOperands[0], C->getIndices());
338 C->getIndices());
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
RenderableShapeBuilder.java 126 mesh.getIndices(renderable.meshPart.offset, renderable.meshPart.size, indices, 0);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ManualActivity.java 201 int[] indices = DisplayModifier.getIndices();
DisplayModifier.java 529 public static int[] getIndices() {
  /external/llvm/lib/CodeGen/
Analysis.cpp 300 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
317 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
AtomicExpandPass.cpp 566 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 &&
569 if (EV->getIndices()[0] == 0)
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 429 if (ExtractInst->getIndices()[0] == 0)
431 else if (ExtractInst->getIndices()[0] == 1 && ExtractInst->hasOneUse())
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
SoftBodyTest.java 104 softBody.getIndices(mesh.getIndicesBuffer(), faceCount);
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 152 const deUint16* getIndices (void) const { return &m_indices[0]; }
625 draw(m_renderCtx, programID, (int)vertexArrays.size(), &vertexArrays[0], pr::Triangles(numElements, quadGrid.getIndices()));
  /external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
btSoftBody.i 178 void getIndices(short *buffer, int triangleCount) {
  /external/llvm/lib/Analysis/
Lint.cpp 662 Ex->getIndices()))
673 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 315 public void getIndices (short[] out, int destOffset) {
325 protected short[] getIndices () {
752 mesh.getIndices(indexOffset, numIndices, tmpIndices.items, 0);
    [all...]

Completed in 3919 milliseconds

1 2 3 4