Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPoolAlloc.h251 size_t alignedBytes = numBytes + mAlignment; in initializeAllocation() local