Searched refs:getByteBuffer (Results 1 – 5 of 5) sorted by relevance
59 ByteBuffer bb = alloc.getByteBuffer(); in testByteBufferHelper()91 ByteBuffer bb = alloc.getByteBuffer(); in test1DWrite()111 ByteBuffer bb = alloc.getByteBuffer(); in test2DWrite()
759 public ByteBuffer getByteBuffer() { in getByteBuffer() method in GLSurfaceViewFactory760 return glSurfaceViewThread.getByteBuffer(); in getByteBuffer()1006 public ByteBuffer getByteBuffer() { in getByteBuffer() method in GLSurfaceViewFactory.GLSurfaceViewThread1251 ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()
536 ByteBuffer bufF1 = f1.containsKey(key) ? f1.getByteBuffer(key) : null; in compareByteBufferInFormats()537 ByteBuffer bufF2 = f2.containsKey(key) ? f2.getByteBuffer(key) : null; in compareByteBufferInFormats()
1064 ByteBuffer csdBuf = format.getByteBuffer("csd-" + csdIx);1317 ByteBuffer csd = media.getFormat().getByteBuffer(tag);
1444 ByteBuffer csd = (ByteBuffer) format.getByteBuffer(csdKey).rewind();