OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFloatBuffer
(Results
1 - 2
of
2
) sorted by null
/cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java
80
private FloatBuffer
mFloatBuffer
;
92
mFloatBuffer
= ByteBuffer.allocateDirect(triangleVertices.length * 4)
95
mFloatBuffer
.put(triangleVertices).position(0);
103
gl.glVertexPointer(3, GL10.GL_FLOAT, 0,
mFloatBuffer
);
118
private FloatBuffer
mFloatBuffer
;
155
mFloatBuffer
= ByteBuffer.allocateDirect(triangleVertices.length * 4)
158
mFloatBuffer
.put(triangleVertices).position(0);
223
0,
mFloatBuffer
);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
56
FloatBuffer
mFloatBuffer
;
1065
mFloatBuffer
= mByteBuffer.asFloatBuffer();
1069
mCheckB[i] =
mFloatBuffer
.get(i);
Completed in 48 milliseconds