Searched refs:unsafeAlignment (Results 1 – 2 of 2) sorted by relevance
85 void* GrSubRunAllocator::alignedBytes(int unsafeSize, int unsafeAlignment) { in alignedBytes() argument86 return fAlloc.alignedBytes(unsafeSize, unsafeAlignment); in alignedBytes()
85 void* alignedBytes(int unsafeSize, int unsafeAlignment);