Searched refs:GrNextPow2 (Results 1 – 18 of 18) sorted by relevance
/third_party/flutter/skia/bench/ |
D | RectanizerBench.cpp | 94 size = SkISize::Make(GrNextPow2(rand.nextRangeU(1, kWidth / 2)), in onDraw() 95 GrNextPow2(rand.nextRangeU(1, kHeight / 2))); in onDraw()
|
/third_party/skia/bench/ |
D | RectanizerBench.cpp | 96 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/ |
D | SampleRectanizer.cpp | 42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView() 43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView()
|
/third_party/skia/samplecode/ |
D | SampleRectanizer.cpp | 42 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize)), in RectanizerView() 43 GrNextPow2(random.nextRangeU(kMinRectSize, kMaxRectSize))); in RectanizerView()
|
/third_party/skia/src/gpu/ |
D | GrRectanizerPow2.cpp | 18 height = GrNextPow2(height); in addRect()
|
/third_party/flutter/skia/src/gpu/ |
D | GrRectanizer_pow2.cpp | 18 height = GrNextPow2(height); in addRect()
|
D | GrGpu.cpp | 53 copyParams->fWidth = GrNextPow2(width); in IsACopyNeededForRepeatWrapMode() 54 copyParams->fHeight = GrNextPow2(height); in IsACopyNeededForRepeatWrapMode()
|
D | GrResourceProvider.cpp | 271 uint32_t ceilPow2 = GrNextPow2(value); in MakeApprox()
|
/third_party/flutter/skia/tools/sk_app/ |
D | GLWindowContext.cpp | 27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
|
D | MetalWindowContext.mm | 28 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
|
/third_party/skia/tools/sk_app/ |
D | GLWindowContext.cpp | 27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
|
D | GraphiteMetalWindowContext.mm | 24 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
|
D | MetalWindowContext.mm | 29 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount);
|
/third_party/flutter/skia/src/core/ |
D | SkMathPriv.h | 220 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 22 return requestCount > kMaxSampleCnt ? 0 : GrNextPow2(requestCount); in getRenderTargetSampleCount()
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 89 return requestCount > kMaxSampleCnt ? 0 : GrNextPow2(requestCount); in getRenderTargetSampleCount()
|
/third_party/skia/src/core/ |
D | SkMathPriv.h | 289 static inline uint32_t GrNextPow2(uint32_t n) { in GrNextPow2() function
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 67 int pow2 = GrNextPow2(temp); in quadraticPointCount() 123 int pow2 = GrNextPow2(temp); in cubicPointCount()
|