Searched defs:byteBuffer (Results 1 – 8 of 8) sorted by relevance
56 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(triangleCoords.length * 4); in initShapes() local
80 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(triangleCoords.length * 4); in initShapes() local
83 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(triangleCoords.length * 4); in initShapes() local
115 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(triangleCoords.length * 4); in initShapes() local
89 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(triangleVertices.length * 4); in onSurfaceCreated() local
610 public AudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in AudioBuffer()808 public void checkReturnedAudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in checkReturnedAudioBuffer()
196 ByteBuffer byteBuffer = ByteBuffer.allocateDirect(BUFFER_SIZE); in testAudioRecordOP() local846 ByteBuffer byteBuffer = in doTest() local
815 private ByteBuffer byteBuffer; field in GLSurfaceViewFactory.GLSurfaceViewThread1251 ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run() local