Searched refs:mVerticesData (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java86 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
88 mVertices.put(mVerticesData).position(0);
293 private final float[] mVerticesData = { field in class:MyRenderer

Completed in 151 milliseconds