Searched refs:ClampBilerp (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 334 GrSamplerState samplerState = fNeedsGlyphTransform ? GrSamplerState::ClampBilerp() in onPrepareDraws() 436 proxies, numActiveProxies, GrSamplerState::ClampBilerp()); in flush() 439 proxies, numActiveProxies, GrSamplerState::ClampBilerp()); in flush() 442 GrSamplerState samplerState = fNeedsGlyphTransform ? GrSamplerState::ClampBilerp() in flush() 565 GrSamplerState::ClampBilerp(), widthAdjust, in setupDfProcessor() 577 GrSamplerState::ClampBilerp(), in setupDfProcessor() 581 GrSamplerState::ClampBilerp(), in setupDfProcessor()
|
D | GrSmallPathRenderer.cpp | 357 fAtlas->numActivePages(), GrSamplerState::ClampBilerp(), flags); in onPrepareDraws() 787 fAtlas->getProxies(), fAtlas->numActivePages(), GrSamplerState::ClampBilerp()); in flush()
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrTextureGradientColorizer.fp | 12 GrSamplerState::ClampBilerp()
|
/third_party/flutter/skia/src/gpu/gradients/generated/ |
D | GrTextureGradientColorizer.h | 30 , gradient(std::move(gradient), GrSamplerState::ClampBilerp()) { in GrTextureGradientColorizer()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSamplerState.h | 22 static constexpr GrSamplerState ClampBilerp() { in ClampBilerp() function
|
D | SkGpuDevice_drawTexture.cpp | 526 proxy = image->asTextureProxyRef(this->context(), GrSamplerState::ClampBilerp(), in drawEdgeAAImageSet()
|
D | GrRenderTargetContext.cpp | 1873 uPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420() 1891 vPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420()
|
D | SkGpuDevice.cpp | 1079 GrSamplerState::ClampBilerp() : GrSamplerState::ClampNearest(); in drawSpecial()
|
/third_party/flutter/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 363 GrSamplerState::ClampBilerp()); in decimate() 462 GrSamplerState::ClampBilerp()); in reexpand()
|
/third_party/flutter/skia/gm/ |
D | image_pict.cpp | 272 canvas->getGrContext(), GrSamplerState::ClampBilerp(), nullptr)); in draw_as_tex()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3645 this->bindTexture(0, GrSamplerState::ClampBilerp(), GrSwizzle::RGBA(), glTex); in onRegenerateMipMapLevels()
|