Home
last modified time | relevance | path

Searched refs:SkNextLog2 (Results 1 – 6 of 6) sorted by relevance

/external/skia/tools/gpu/
DGrTest.cpp40 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
41 configs[kA8_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
47 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
48 configs[kA565_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
54 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
55 configs[kARGB_GrMaskFormat].fLog2Height = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
/external/skia/src/core/
DSkMathPriv.h153 static inline int SkNextLog2(uint32_t value) { in SkNextLog2() function
DSkTSort.h198 int depth = 2 * SkNextLog2(SkToU32(right - left)); in SkTQSort()
/external/skia/gm/
Ddrawminibitmaprect.cpp88 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()
Ddrawbitmaprect.cpp166 const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2); in onDraw()
/external/skia/src/gpu/ccpr/
DGrCCPRCoverageOpsBuilder.cpp353 SkAutoSTMalloc<300, int32_t> indices(fanSize + SkNextLog2(fanSize)); in closeContour()