Home
last modified time | relevance | path

Searched refs:unsafeAlignment (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrSubRunAllocator.cpp85 void* GrSubRunAllocator::alignedBytes(int unsafeSize, int unsafeAlignment) { in alignedBytes() argument
86 return fAlloc.alignedBytes(unsafeSize, unsafeAlignment); in alignedBytes()
DGrSubRunAllocator.h85 void* alignedBytes(int unsafeSize, int unsafeAlignment);