Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DRectanizerBench.cpp96 size = SkISize::Make(GrNextPow2(rand.nextRangeU(1, kWidth / 2)),
97 GrNextPow2(rand.nextRangeU(1, kHeight / 2)));
/third_party/skia/samplecode/
H A DSampleRectanizer.cpp42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView()
43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView()
/third_party/skia/src/gpu/
H A DGrRectanizerPow2.cpp18 height = GrNextPow2(height); in addRect()
/third_party/skia/tools/sk_app/
H A DGLWindowContext.cpp27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
/third_party/skia/src/gpu/mock/
H A DGrMockCaps.cpp22 return requestCount > kMaxSampleCnt ? 0 : GrNextPow2(requestCount); in getRenderTargetSampleCount()
/third_party/skia/src/core/
H A DSkMathPriv.h289 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function

Completed in 3 milliseconds