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

1 2 3

  /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) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 139 public ShortBuffer[] getIndices() {
  /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/utils/shapebuilders/
RenderableShapeBuilder.java 126 mesh.getIndices(renderable.meshPart.offset, renderable.meshPart.size, indices, 0);
  /frameworks/base/libs/hwui/
VertexBuffer.h 126 const void* getIndices() const { return mIndices; }
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 529 public static int[] 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...]
  /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/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...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 140 const deUint16* getIndices (void) const { return &m_indices[0]; }
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.12.613/
kotlin-stdlib-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 

Completed in 2344 milliseconds

1 2 3