Searched defs:bytesPerElement (Results 1 – 1 of 1) sorted by relevance
283 final int bytesPerElement = 1; in testCopyWithDirectByteBuffer() local295 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectByteBuffer() local321 final int bytesPerElement = 2; in testCopyWithDirectShortBuffer() local334 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectShortBuffer() local360 final int bytesPerElement = 4; in testCopyWithDirectIntBuffer() local373 pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithDirectIntBuffer() local399 final int bytesPerElement = 1; in testCopyWithHeapByteBuffer() local410 assertEquals(heapBuffer.position(), pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithHeapByteBuffer() local436 final int bytesPerElement = 2; in testCopyWithHeapShortBuffer() local447 assertEquals(heapBuffer.position(), pad + width * height * bytesPerPixel / bytesPerElement); in testCopyWithHeapShortBuffer() local[all …]