Searched refs:numShorts (Results 1 – 2 of 2) sorted by relevance
338 val numShorts = 3 in <lambda>() constant339 val indexBuffer = ByteBuffer.allocateDirect(numShorts * 2).asShortBuffer().apply { in <lambda>()364 val numShorts = 3 in <lambda>() constant365 val indexBuffer = ShortBuffer.allocate(numShorts).apply { in <lambda>()390 val numShorts = 3 in <lambda>() constant391 val indexBuffer = ByteBuffer.allocateDirect(numShorts * 2).asShortBuffer().apply { in <lambda>()
436 protected int writeBlock(int numShorts) { in writeBlock() argument438 int shortsToWrite = numShorts; in writeBlock()