Searched refs:copySize (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 538 uint32_t copySize = faceSize * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap() local 544 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize); in rsi_AllocationCubeCreateFromBitmap() 548 sourcePtr += copySize; in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 600 uint32_t copySize = faceSize * t->getElementSizeBytes(); in rsi_AllocationCubeCreateFromBitmap() local 606 t->getDimX(), 1, sourcePtr + strideBytes * dI, copySize); in rsi_AllocationCubeCreateFromBitmap() 610 sourcePtr += copySize; in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | advanced.jd | 319 int copySize = Math.min(oldSize, newSize); 322 System.arraycopy(mItemArray, 0, ni, 0, copySize);
|