Home
last modified time | relevance | path

Searched defs:alignedBytes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrSubRunAllocator.cpp45 void* GrBagOfBytes::alignedBytes(int size, int alignment) { in alignedBytes() function in GrBagOfBytes
85 void* GrSubRunAllocator::alignedBytes(int unsafeSize, int unsafeAlignment) { in alignedBytes() function in GrSubRunAllocator
/external/angle/src/common/
DPoolAlloc.h256 size_t alignedBytes = numBytes + mAlignment; in initializeAllocation() local