Searched defs:indexArray (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CompactByteArray.java | 89 public CompactByteArray(char indexArray[], in CompactByteArray() 117 public CompactByteArray(String indexArray, in CompactByteArray()
|
D | CompactCharArray.java | 90 public CompactCharArray(char indexArray[], in CompactCharArray() 118 public CompactCharArray(String indexArray, in CompactCharArray()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CompactByteArray.java | 91 public CompactByteArray(char indexArray[], in CompactByteArray() 119 public CompactByteArray(String indexArray, in CompactByteArray()
|
D | CompactCharArray.java | 92 public CompactCharArray(char indexArray[], in CompactCharArray() 120 public CompactCharArray(String indexArray, in CompactCharArray()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btCollisionWorldImporter.cpp | 667 int* indexArray = (int*)btAlignedAlloc(sizeof(int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 681 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 697 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 712 …unsigned char* indexArray = (unsigned char*)btAlignedAlloc(sizeof(unsigned char)*3*meshPart.m_numT… in createMeshInterface() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | PropsVectors.java | 379 Integer[] indexArray = new Integer[rows]; in compact() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PropsVectors.java | 377 Integer[] indexArray = new Integer[rows]; in compact() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/ |
D | btWorldImporter.cpp | 1433 int* indexArray = (int*)btAlignedAlloc(sizeof(int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 1447 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 1463 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local 1478 …unsigned char* indexArray = (unsigned char*)btAlignedAlloc(sizeof(unsigned char)*3*meshPart.m_numT… in createMeshInterface() local
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | VBOWithVAOPerformanceTest.java | 106 short[] indexArray = new short[maxIndices]; in create() local
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1925 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render() 3339 …const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.in… in iterate() local
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_reg.h | 1509 SVGA3dArray indexArray; member
|