Searched refs:GrNextPow2 (Results 1 – 5 of 5) sorted by relevance
81 height = GrNextPow2(height); in addRect()
56 int pow2 = GrNextPow2(temp); in quadraticPointCount()107 int pow2 = GrNextPow2(temp); in cubicPointCount()
338 rtDesc.fWidth = GrNextPow2(GrMax(desc.fWidth, 64)); in createAndLockTexture()339 rtDesc.fHeight = GrNextPow2(GrMax(desc.fHeight, 64)); in createAndLockTexture()386 rtDesc.fWidth = GrNextPow2(desc.fWidth); in createAndLockTexture()387 rtDesc.fHeight = GrNextPow2(desc.fHeight); in createAndLockTexture()437 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth)); in lockScratchTexture()438 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight)); in lockScratchTexture()
148 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function152 static inline int GrNextPow2(int n) { in GrNextPow2() function