Home
last modified time | relevance | path

Searched refs:kLegacy (Results 1 – 21 of 21) sorted by relevance

/external/skia/bench/
DMipMapBench.cpp58 DEF_BENCH( return new MipMapBench(511, 511, SkDestinationSurfaceColorMode::kLegacy); )
59 DEF_BENCH( return new MipMapBench(512, 511, SkDestinationSurfaceColorMode::kLegacy); )
60 DEF_BENCH( return new MipMapBench(511, 512, SkDestinationSurfaceColorMode::kLegacy); )
61 DEF_BENCH( return new MipMapBench(512, 512, SkDestinationSurfaceColorMode::kLegacy); )
66 DEF_BENCH( return new MipMapBench(512, 512, SkDestinationSurfaceColorMode::kLegacy, true); )
67 DEF_BENCH( return new MipMapBench(511, 511, SkDestinationSurfaceColorMode::kLegacy, true); )
68 DEF_BENCH( return new MipMapBench(2048, 2048, SkDestinationSurfaceColorMode::kLegacy); )
71 DEF_BENCH( return new MipMapBench(2047, 2047, SkDestinationSurfaceColorMode::kLegacy); )
74 DEF_BENCH( return new MipMapBench(2048, 2047, SkDestinationSurfaceColorMode::kLegacy); )
77 DEF_BENCH( return new MipMapBench(2047, 2048, SkDestinationSurfaceColorMode::kLegacy); )
/external/skia/tests/
DMipMapTest.cpp26 sk_sp<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr)); in DEF_TEST()
63 sk_sp<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr)); in test_mipmap_generation()
93 sk_sp<SkMipMap> mm(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr)); in DEF_TEST()
DSkResourceCacheTest.cpp47 const SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in test_mipmapcache()
82 const SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in test_mipmap_notify()
DCanvasTest.cpp809 SkCanvas canvas(bitmap, SkCanvas::ColorBehavior::kLegacy); in DEF_TEST()
DResourceCacheTest.cpp1658 sk_sp<SkMipMap> mipmaps(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr)); in make_mipmap_proxy()
/external/skia/src/gpu/
DGrRenderTargetProxy.cpp54 SkDestinationSurfaceColorMode::kLegacy)) { in instantiate()
69 SkDestinationSurfaceColorMode::kLegacy); in createSurface()
DGrTextureProxy.cpp16 , fMipColorMode(SkDestinationSurfaceColorMode::kLegacy) { in GrTextureProxy()
DGrTexture.cpp67 , fMipColorMode(SkDestinationSurfaceColorMode::kLegacy) { in GrTexture()
DSkGr.cpp127 : SkDestinationSurfaceColorMode::kLegacy; in GrUploadPixmapToTextureProxy()
166 : SkDestinationSurfaceColorMode::kLegacy; in GrGenerateMipMapsAndUploadToTextureProxy()
/external/skia/src/core/
DSkMipMap.h38 ? SkDestinationSurfaceColorMode::kLegacy in DeduceColorMode()
DSkBitmapController.cpp200 : SkDestinationSurfaceColorMode::kLegacy; in processMediumRequest()
/external/skia/tools/viewer/
DViewer.cpp253 , fColorMode(ColorMode::kLegacy) in Viewer()
331 case ColorMode::kLegacy: in Viewer()
341 this->setColorMode(ColorMode::kLegacy); in Viewer()
548 case ColorMode::kLegacy: in updateTitle()
562 if (ColorMode::kLegacy != fColorMode) { in updateTitle()
711 bool wantLegacy = (ColorMode::kLegacy == fColorMode) || in setColorMode()
731 if (ColorMode::kLegacy != fColorMode) { in drawSlide()
1114 cmButton(ColorMode::kLegacy, "Legacy 8888"); in drawImGui()
DViewer.h37 kLegacy, // N32, no color management enumerator
/external/skia/gm/
Dshowmiplevels.cpp140 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in drawLevels()
268 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in drawLevels()
/external/skia/include/core/
DSkImageInfo.h170 kLegacy, enumerator
DSkCanvas.h115 kLegacy, enumerator
/external/skia/include/private/
DGrSurfaceProxy.h195 SkDestinationSurfaceColorMode::kLegacy);
/external/skia/src/shaders/gradients/
DSkGradientShaderPriv.h183 kLegacy, enumerator
DSkGradientShader.cpp878 if (GradientBitmapType::kLegacy == bitmapType) { in getGradientTableBitmap()
1812 SkGradientShaderBase::GradientBitmapType::kLegacy; in GrGradientEffect()
/external/skia/src/image/
DSkImage_Gpu.cpp796 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in getDeferredTextureImageData()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2993 : SkDestinationSurfaceColorMode::kLegacy; in bindTexture()
3130 : SkDestinationSurfaceColorMode::kLegacy; in generateMipmaps()