Home
last modified time | relevance | path

Searched refs:ClampBilerp (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.cpp334 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()
DGrSmallPathRenderer.cpp357 fAtlas->numActivePages(), GrSamplerState::ClampBilerp(), flags); in onPrepareDraws()
787 fAtlas->getProxies(), fAtlas->numActivePages(), GrSamplerState::ClampBilerp()); in flush()
/third_party/flutter/skia/src/gpu/gradients/
DGrTextureGradientColorizer.fp12 GrSamplerState::ClampBilerp()
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrTextureGradientColorizer.h30 , gradient(std::move(gradient), GrSamplerState::ClampBilerp()) { in GrTextureGradientColorizer()
/third_party/flutter/skia/src/gpu/
DGrSamplerState.h22 static constexpr GrSamplerState ClampBilerp() { in ClampBilerp() function
DSkGpuDevice_drawTexture.cpp526 proxy = image->asTextureProxyRef(this->context(), GrSamplerState::ClampBilerp(), in drawEdgeAAImageSet()
DGrRenderTargetContext.cpp1873 uPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420()
1891 vPaint.addColorTextureProcessor(srcProxy, texMatrix, GrSamplerState::ClampBilerp()); in asyncRescaleAndReadPixelsYUV420()
DSkGpuDevice.cpp1079 GrSamplerState::ClampBilerp() : GrSamplerState::ClampNearest(); in drawSpecial()
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp363 GrSamplerState::ClampBilerp()); in decimate()
462 GrSamplerState::ClampBilerp()); in reexpand()
/third_party/flutter/skia/gm/
Dimage_pict.cpp272 canvas->getGrContext(), GrSamplerState::ClampBilerp(), nullptr)); in draw_as_tex()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3645 this->bindTexture(0, GrSamplerState::ClampBilerp(), GrSwizzle::RGBA(), glTex); in onRegenerateMipMapLevels()