Home
last modified time | relevance | path

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

/third_party/flutter/skia/bench/
DRectanizerBench.cpp94 size = SkISize::Make(GrNextPow2(rand.nextRangeU(1, kWidth / 2)), in onDraw()
95 GrNextPow2(rand.nextRangeU(1, kHeight / 2))); in onDraw()
/third_party/skia/bench/
DRectanizerBench.cpp96 size = SkISize::Make(GrNextPow2(rand.nextRangeU(1, kWidth / 2)), in onDraw()
97 GrNextPow2(rand.nextRangeU(1, kHeight / 2))); in onDraw()
/third_party/flutter/skia/samplecode/
DSampleRectanizer.cpp42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView()
43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView()
/third_party/skia/samplecode/
DSampleRectanizer.cpp42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView()
43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView()
/third_party/skia/src/gpu/
DGrRectanizerPow2.cpp18 height = GrNextPow2(height); in addRect()
/third_party/flutter/skia/src/gpu/
DGrRectanizer_pow2.cpp18 height = GrNextPow2(height); in addRect()
DGrGpu.cpp53 copyParams->fWidth = GrNextPow2(width); in IsACopyNeededForRepeatWrapMode()
54 copyParams->fHeight = GrNextPow2(height); in IsACopyNeededForRepeatWrapMode()
DGrResourceProvider.cpp271 uint32_t ceilPow2 = GrNextPow2(value); in MakeApprox()
/third_party/flutter/skia/tools/sk_app/
DGLWindowContext.cpp27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
DMetalWindowContext.mm28 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
/third_party/skia/tools/sk_app/
DGLWindowContext.cpp27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
DGraphiteMetalWindowContext.mm24 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
DMetalWindowContext.mm29 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
/third_party/flutter/skia/src/core/
DSkMathPriv.h220 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function
/third_party/skia/src/gpu/mock/
DGrMockCaps.cpp22 return requestCount > kMaxSampleCnt ? 0 : GrNextPow2(requestCount); in getRenderTargetSampleCount()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h89 return requestCount > kMaxSampleCnt ? 0 : GrNextPow2(requestCount); in getRenderTargetSampleCount()
/third_party/skia/src/core/
DSkMathPriv.h289 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp67 int pow2 = GrNextPow2(temp); in quadraticPointCount()
123 int pow2 = GrNextPow2(temp); in cubicPointCount()