Home
last modified time | relevance | path

Searched refs:ClampNearest (Results 1 – 13 of 13) sorted by relevance

/external/skqp/include/gpu/
DGrSamplerState.h21 static constexpr GrSamplerState ClampNearest() { return GrSamplerState(); } in ClampNearest() function
/external/skqp/src/gpu/
DGrTextureMaker.cpp129 samplerState = GrSamplerState::ClampNearest(); in createFragmentProcessor()
DSkGpuDevice_drawTexture.cpp171 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in drawTextureProducer()
/external/skqp/tests/
DImageTest.cpp980 ctx, GrSamplerState::ClampNearest(), nullptr); in test_cross_context_image()
986 otherCtx, GrSamplerState::ClampNearest(), nullptr); in test_cross_context_image()
992 ctx, GrSamplerState::ClampNearest(), nullptr); in test_cross_context_image()
1001 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1011 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1067 ctx, GrSamplerState::ClampNearest(), nullptr); in DEF_GPUTEST()
/external/skqp/src/gpu/gl/
DGrGLProgram.cpp103 fGpu->bindTexture(nextTexSamplerIdx++, GrSamplerState::ClampNearest(), in updateUniformsAndTextureBindings()
DGrGLGpu.cpp3614 this->bindTexture(0, GrSamplerState::ClampNearest(), srcTex); in copySurfaceAsDraw()
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.cpp318 : GrSamplerState::ClampNearest(); in onPrepareDraws()
421 : GrSamplerState::ClampNearest(); in flush()
DGrSmallPathRenderer.cpp367 fAtlas->numActivePages(), GrSamplerState::ClampNearest(), kA8_GrMaskFormat, in onPrepareDraws()
790 fAtlas->getProxies(), fAtlas->numActivePages(), GrSamplerState::ClampNearest()); in flush()
/external/skqp/src/image/
DSkImage_Raster.cpp210 fPinnedProxy = GrRefCachedBitmapTextureProxy(ctx, fBitmap, GrSamplerState::ClampNearest(), in onPinAsTexture()
/external/skqp/src/gpu/vk/
DGrVkPipelineState.cpp236 GrSamplerState::ClampNearest(), in setAndBindTextures()
DGrVkCopyManager.cpp261 GrSamplerState samplerState = GrSamplerState::ClampNearest(); in copySurfaceAsDraw()
/external/skqp/src/gpu/mtl/
DGrMtlPipelineState.mm103 fSamplerBindings.emplace_back(GrSamplerState::ClampNearest(),
/external/skqp/src/gpu/effects/
DGrTextureDomain.cpp395 , fTextureSampler(proxy, GrSamplerState::ClampNearest()) in GrDeviceSpaceTextureDecalFragmentProcessor()