Home
last modified time | relevance | path

Searched refs:FLOAT_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DBackgroundRenderer.java45 private static final int FLOAT_SIZE = 4; field in BackgroundRenderer
88 ByteBuffer bbVertices = ByteBuffer.allocateDirect(QUAD_COORDS.length * FLOAT_SIZE); in createOnGlThread()
95 ByteBuffer.allocateDirect(numVertices * TEXCOORDS_PER_VERTEX * FLOAT_SIZE); in createOnGlThread()
102 ByteBuffer.allocateDirect(numVertices * TEXCOORDS_PER_VERTEX * FLOAT_SIZE); in createOnGlThread()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DBackgroundRenderer.java45 private static final int FLOAT_SIZE = 4; field in BackgroundRenderer
88 ByteBuffer bbVertices = ByteBuffer.allocateDirect(QUAD_COORDS.length * FLOAT_SIZE); in createOnGlThread()
95 ByteBuffer.allocateDirect(numVertices * TEXCOORDS_PER_VERTEX * FLOAT_SIZE); in createOnGlThread()
102 ByteBuffer.allocateDirect(numVertices * TEXCOORDS_PER_VERTEX * FLOAT_SIZE); in createOnGlThread()
/external/replicaisland/src/com/replica/replicaisland/
DGrid.java38 private static final int FLOAT_SIZE = 4; field in Grid
93 mFloatVertexBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 3) in Grid()
95 mFloatTexCoordBuffer = ByteBuffer.allocateDirect(FLOAT_SIZE * size * 2) in Grid()
100 mCoordinateSize = FLOAT_SIZE; in Grid()