Home
last modified time | relevance | path

Searched refs:GrNextPow2 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrRectanizer.cpp81 height = GrNextPow2(height); in addRect()
DGrRectanizer_fifo.cpp81 height = GrNextPow2(height); in addRect()
DGrPathUtils.cpp56 int pow2 = GrNextPow2(temp); in quadraticPointCount()
107 int pow2 = GrNextPow2(temp); in cubicPointCount()
DGrContext.cpp338 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()
/external/skia/include/gpu/
DGrTypes.h148 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function
152 static inline int GrNextPow2(int n) { in GrNextPow2() function