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.java303 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); in testCopyPixelsToBuffer() local
304 assertEquals(0, byteBuf.position()); in testCopyPixelsToBuffer()
305 mBitmap.copyPixelsToBuffer(byteBuf); in testCopyPixelsToBuffer()
306 assertEquals(pixSize, byteBuf.position()); in testCopyPixelsToBuffer()
2103 ByteBuffer byteBuf = ByteBuffer.allocate(bitmap.getRowBytes() * bitmap.getHeight()); in testHardwareCopyPixelsToBuffer() local
2104 bitmap.copyPixelsToBuffer(byteBuf); in testHardwareCopyPixelsToBuffer()