/external/skqp/include/gpu/ |
D | GrSamplerState.h | 21 static constexpr GrSamplerState ClampNearest() { return GrSamplerState(); } in ClampNearest() function
|
/external/skia/include/gpu/ |
D | GrSamplerState.h | 21 static constexpr GrSamplerState ClampNearest() { return GrSamplerState(); } in ClampNearest() function
|
/external/skqp/src/gpu/ |
D | GrTextureMaker.cpp | 129 samplerState = GrSamplerState::ClampNearest(); in createFragmentProcessor()
|
D | SkGpuDevice_drawTexture.cpp | 171 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in drawTextureProducer()
|
/external/skia/tests/ |
D | ImageTest.cpp | 980 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/tests/ |
D | ImageTest.cpp | 980 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/ |
D | GrGLProgram.cpp | 103 fGpu->bindTexture(nextTexSamplerIdx++, GrSamplerState::ClampNearest(), in updateUniformsAndTextureBindings()
|
D | GrGLGpu.cpp | 3614 this->bindTexture(0, GrSamplerState::ClampNearest(), srcTex); in copySurfaceAsDraw()
|
/external/skia/src/gpu/gl/ |
D | GrGLProgram.cpp | 103 fGpu->bindTexture(nextTexSamplerIdx++, GrSamplerState::ClampNearest(), in updateUniformsAndTextureBindings()
|
D | GrGLGpu.cpp | 3642 this->bindTexture(0, GrSamplerState::ClampNearest(), srcTex); in copySurfaceAsDraw()
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 318 : GrSamplerState::ClampNearest(); in onPrepareDraws() 427 : GrSamplerState::ClampNearest(); in flush()
|
D | GrSmallPathRenderer.cpp | 366 fAtlas->numActivePages(), GrSamplerState::ClampNearest(), kA8_GrMaskFormat, in onPrepareDraws() 788 fAtlas->getProxies(), fAtlas->numActivePages(), GrSamplerState::ClampNearest()); in flush()
|
/external/skqp/src/gpu/ops/ |
D | GrAtlasTextOp.cpp | 318 : GrSamplerState::ClampNearest(); in onPrepareDraws() 421 : GrSamplerState::ClampNearest(); in flush()
|
D | GrSmallPathRenderer.cpp | 367 fAtlas->numActivePages(), GrSamplerState::ClampNearest(), kA8_GrMaskFormat, in onPrepareDraws() 790 fAtlas->getProxies(), fAtlas->numActivePages(), GrSamplerState::ClampNearest()); in flush()
|
/external/skia/src/image/ |
D | SkImage_Raster.cpp | 213 fPinnedProxy = GrRefCachedBitmapTextureProxy(ctx, fBitmap, GrSamplerState::ClampNearest(), in onPinAsTexture()
|
/external/skqp/src/image/ |
D | SkImage_Raster.cpp | 210 fPinnedProxy = GrRefCachedBitmapTextureProxy(ctx, fBitmap, GrSamplerState::ClampNearest(), in onPinAsTexture()
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 236 GrSamplerState::ClampNearest(), in setAndBindTextures()
|
D | GrVkCopyManager.cpp | 261 GrSamplerState samplerState = GrSamplerState::ClampNearest(); in copySurfaceAsDraw()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 236 GrSamplerState::ClampNearest(), in setAndBindTextures()
|
D | GrVkCopyManager.cpp | 261 GrSamplerState samplerState = GrSamplerState::ClampNearest(); in copySurfaceAsDraw()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 103 fSamplerBindings.emplace_back(GrSamplerState::ClampNearest(),
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 103 fSamplerBindings.emplace_back(GrSamplerState::ClampNearest(),
|
/external/skqp/src/gpu/effects/ |
D | GrTextureDomain.cpp | 395 , fTextureSampler(proxy, GrSamplerState::ClampNearest()) in GrDeviceSpaceTextureDecalFragmentProcessor()
|
/external/skia/src/gpu/effects/ |
D | GrTextureDomain.cpp | 395 , fTextureSampler(proxy, GrSamplerState::ClampNearest()) in GrDeviceSpaceTextureDecalFragmentProcessor()
|
/external/skia/src/gpu/ |
D | SkGpuDevice_drawTexture.cpp | 243 auto proxy = producer->refTextureProxyForParams(GrSamplerState::ClampNearest(), nullptr); in draw_texture_producer()
|