Home
last modified time | relevance | path

Searched defs:Mipmapped (Results 1 – 13 of 13) sorted by relevance

/external/skia/tools/gpu/
DBackendTextureImageFactory.h32 using Mipmapped = skgpu::Mipmapped; variable
DManagedBackendTexture.cpp22 using Mipmapped = skgpu::Mipmapped; typedef
/external/skia/tests/graphite/
DRecorderTest.cpp17 using Mipmapped = skgpu::Mipmapped; typedef
DImageProviderTest.cpp31 using Mipmapped = skgpu::Mipmapped; typedef
DMutableImagesTest.cpp29 using Mipmapped = skgpu::Mipmapped; typedef
DReadWritePixelsGraphiteTest.cpp37 using Mipmapped = skgpu::Mipmapped; typedef
/external/skia/src/gpu/ganesh/
DGrProgramInfo.cpp76 this->pipeline().visitProxies([](GrSurfaceProxy* proxy, skgpu::Mipmapped) { in checkAllInstantiated()
DGrOpsRenderPass.cpp116 [&hasTextures](GrSurfaceProxy*, skgpu::Mipmapped) { hasTextures = true; }); in bindPipeline()
/external/skia/include/gpu/
DGpuTypes.h53 enum class Mipmapped : bool { enum
/external/skia/src/gpu/ganesh/ops/
DOpsTask.cpp901 auto visit = [proxyToCheck, &usedSlow](GrSurfaceProxy* p, skgpu::Mipmapped) { in onIsUsed()
955 auto gather = [alloc, allowRecycling SkDEBUGCODE(, this)](GrSurfaceProxy* p, skgpu::Mipmapped) { in gatherProxyIntervals()
DAtlasPathRenderer.cpp65 auto checkForAtlasRef = [atlasProxy, &refsAtlas](GrSurfaceProxy* proxy, skgpu::Mipmapped) { in refs_atlas()
/external/skia/tests/
DBackendAllocationTest.cpp101 GrDirectContext*, skgpu::Mipmapped, GrRenderable)>& create, in test_wrapping()
373 GrDirectContext*, const SkColor4f&, skgpu::Mipmapped, GrRenderable)>& create, in test_color_init()
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp984 skgpu::Mipmapped) override { in generateExternalTexture()