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

/external/skia/src/gpu/
H A DGrRectanizer.cpp81 height = GrNextPow2(height);
H A DGrRectanizer_fifo.cpp81 height = GrNextPow2(height);
H A DGrPathUtils.cpp56 int pow2 = GrNextPow2(temp);
107 int pow2 = GrNextPow2(temp);
H A DGrContext.cpp338 rtDesc.fWidth = GrNextPow2(GrMax(desc.fWidth, 64));
339 rtDesc.fHeight = GrNextPow2(GrMax(desc.fHeight, 64));
386 rtDesc.fWidth = GrNextPow2(desc.fWidth);
387 rtDesc.fHeight = GrNextPow2(desc.fHeight);
437 desc.fWidth = GrMax(MIN_SIZE, GrNextPow2(desc.fWidth));
438 desc.fHeight = GrMax(MIN_SIZE, GrNextPow2(desc.fHeight));
/external/skia/include/gpu/
H A DGrTypes.h148 static inline uint32_t GrNextPow2(uint32_t n) { function
152 static inline int GrNextPow2(int n) { function

Completed in 46 milliseconds