OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAR_SIZE
(Results
1 - 5
of
5
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Grid.java
47
final int
CHAR_SIZE
= 2;
58
mIndexBuffer = ByteBuffer.allocateDirect(
CHAR_SIZE
* indexCount)
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java
87
final static int
CHAR_SIZE
= 2;
133
mIndexBuffer = ByteBuffer.allocateDirect(
CHAR_SIZE
* indexCount)
201
gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() *
CHAR_SIZE
, mIndexBuffer, GL11.GL_STATIC_DRAW);
/external/replicaisland/src/com/replica/replicaisland/
Grid.java
40
private static final int
CHAR_SIZE
= 2;
110
mIndexBuffer = ByteBuffer.allocateDirect(
CHAR_SIZE
* indexCount)
251
GL11.GL_UNSIGNED_SHORT, startIndex *
CHAR_SIZE
);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java
233
final static int
CHAR_SIZE
= 2;
281
mIndexBuffer = ByteBuffer.allocateDirect(
CHAR_SIZE
* indexCount)
352
gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() *
CHAR_SIZE
, mIndexBuffer, GL11.GL_STATIC_DRAW);
MatrixPaletteRenderer.java
61
final static int
CHAR_SIZE
= 2;
113
mIndexBuffer = ByteBuffer.allocateDirect(
CHAR_SIZE
* indexCount)
196
gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() *
CHAR_SIZE
, mIndexBuffer, GL11.GL_STATIC_DRAW);
Completed in 755 milliseconds