OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAR_SIZE
(Results
1 - 4
of
4
) 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/base/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);
/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 152 milliseconds