Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java306 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local
307 assertEquals(0, byteBuf.position()); in testCopyPixelsToBuffer()
308 mBitmap.copyPixelsToBuffer(byteBuf); in testCopyPixelsToBuffer()
309 assertEquals(pixSize, byteBuf.position()); in testCopyPixelsToBuffer()
2167 ByteBuffer byteBuf = ByteBuffer.allocate(bitmap.getRowBytes() * bitmap.getHeight()); in testHardwareCopyPixelsToBuffer() local
2168 bitmap.copyPixelsToBuffer(byteBuf); in testHardwareCopyPixelsToBuffer()