OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIndices
(Results
1 - 25
of
29
) sorted by null
1
2
/external/eigen/demos/opengl/
icosphere.h
26
std::vector<std::vector<int>*>
mIndices
;
quaternion_demo.h
68
std::vector<int>
mIndices
;
/frameworks/minikin/include/minikin/
SparseBitSet.h
50
uint32_t *bitmap = &mBitmaps[
mIndices
[ch >> kLogValuesPerPage]];
82
UniquePtr<uint32_t[]>
mIndices
;
/cts/tests/tests/opengl/src/android/opengl/cts/
NativeRendererOneColorBufferTest.java
54
private short[]
mIndices
= { 0, 1, 2, 0, 2, 3 };
RendererOneColorBufferTest.java
60
private short[]
mIndices
= { 0, 1, 2, 0, 2, 3 };
70
ByteBuffer ibb = ByteBuffer.allocateDirect(
mIndices
.length * 2);
73
mIndexBuffer.put(
mIndices
);
88
ByteBuffer ibb = ByteBuffer.allocateDirect(
mIndices
.length * 2);
91
mIndexBuffer.put(
mIndices
);
204
GLES20.glDrawElements(GLES20.GL_TRIANGLES,
mIndices
.length,
/development/samples/Snake/src/com/example/android/snake/
BackgroundView.java
36
private final short[]
mIndices
=
70
mFillColors, 0,
mIndices
,
/external/chromium_org/third_party/angle/samples/angle/simple_instancing/
SimpleInstancing.cpp
103
mIndices
.push_back(0);
104
mIndices
.push_back(1);
105
mIndices
.push_back(2);
106
mIndices
.push_back(0);
107
mIndices
.push_back(2);
108
mIndices
.push_back(3);
164
mDrawElementsInstancedANGLE(GL_TRIANGLES,
mIndices
.size(), GL_UNSIGNED_SHORT,
mIndices
.data(), mInstances.size());
193
std::vector<GLushort>
mIndices
;
/cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java
41
private ShortBuffer[]
mIndices
;
67
mIndices
= new ShortBuffer[numIndexBuffers];
78
mIndices
[i] = ByteBuffer.allocateDirect(mNumIndices[i] * SHORT_SIZE)
110
mIndices
[bufferNum].put(indexBuffer, 0, mNumIndices[bufferNum]);
123
mIndices
[bufferNum].put(indexBuffer, 0, mNumIndices[bufferNum]);
127
mIndices
[i].position(0);
140
return
mIndices
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Vertices.java
38
private final short[]
mIndices
= { 0, 1, 2, 3, 4, 1 };
88
mTexs, 0, null, 0,
mIndices
, 0, 6, mPaint);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java
447
private int[]
mIndices
;
452
mIndices
= new int[totalModifiers];
483
int modifierMapIndex =
mIndices
.length - 1;
487
mIndices
[modifierMapIndex]++;
490
if (
mIndices
[modifierMapIndex] < map.size()) {
500
mIndices
[modifierMapIndex] = 0;
528
int displayModifierIndex =
mIndices
[mapIndex];
/frameworks/base/libs/hwui/
VertexBuffer.h
36
,
mIndices
(0)
50
if (mCleanupIndexMethod) mCleanupIndexMethod(
mIndices
);
85
mIndices
= (void*)new TYPE[indexCount];
89
return (TYPE*)
mIndices
;
127
const void* getIndices() const { return
mIndices
; }
161
void*
mIndices
;
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java
436
private static final int
mIndices
[] = new int[gMaps.size()];
443
mIndices
[modifierMapIndex] += (forward ? 1 : -1);
445
if (
mIndices
[modifierMapIndex] >= 0 &&
mIndices
[modifierMapIndex] < map.size()) {
449
mIndices
[modifierMapIndex] = (forward ? 0 : map.size() - 1);
475
int displayModifierIndex =
mIndices
[mapIndex];
492
int displayModifierIndex =
mIndices
[mapIndex];
526
mIndices
[mapIndex] = newIndexValue;
530
return
mIndices
;
/frameworks/base/core/java/android/content/res/
TypedArray.java
53
attrs.
mIndices
= new int[1 + len];
71
/*package*/ int[]
mIndices
;
94
return
mIndices
[0];
111
return
mIndices
[1+at];
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java
78
static final short[]
mIndices
= { 0, 1, 2, 0, 2, 3 };
110
ByteBuffer ibb = ByteBuffer.allocateDirect(
mIndices
.length * 2); // Short => 2 bytes
113
mIndexBuffer.put(
mIndices
);
417
gl.glDrawElements(GL10.GL_TRIANGLES,
mIndices
.length, GL10.GL_UNSIGNED_SHORT,
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar
Completed in 629 milliseconds
1
2