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); )
/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.cpp46 const SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in test_mipmapcache()
81 const SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in test_mipmap_notify()
DCanvasTest.cpp918 SkCanvas canvas(bitmap, SkCanvas::ColorBehavior::kLegacy); in DEF_TEST()
DResourceCacheTest.cpp1529 sk_sp<SkMipMap> mipmaps(SkMipMap::Build(bm, SkDestinationSurfaceColorMode::kLegacy, nullptr)); in make_mipmap_texture()
/external/skia/src/core/
DSkMipMap.h38 ? SkDestinationSurfaceColorMode::kLegacy in DeduceColorMode()
DSkBitmapController.cpp179 : SkDestinationSurfaceColorMode::kLegacy; in processMediumRequest()
DSkShadowShader.cpp141 SkDestinationSurfaceColorMode::kLegacy, in ShadowFP()
/external/skia/tools/viewer/
DViewer.cpp245 , fColorMode(ColorMode::kLegacy) in Viewer()
324 case ColorMode::kLegacy: in Viewer()
334 this->setColorMode(ColorMode::kLegacy); in Viewer()
544 case ColorMode::kLegacy: in updateTitle()
558 if (ColorMode::kLegacy != fColorMode) { in updateTitle()
721 bool wantLegacy = (ColorMode::kLegacy == fColorMode) || in setColorMode()
747 if (ColorMode::kLegacy != fColorMode) { in drawSlide()
1104 cmButton(ColorMode::kLegacy, "Legacy 8888"); in drawImGui()
DViewer.h36 kLegacy, // N32, no color management enumerator
/external/skia/src/gpu/
DGrTexture.cpp78 , fMipColorMode(SkDestinationSurfaceColorMode::kLegacy) { in GrTexture()
DGrResourceProvider.h54 SkDestinationSurfaceColorMode::kLegacy);
DSkGr.cpp201 : SkDestinationSurfaceColorMode::kLegacy; in GrGenerateMipMapsAndUploadToTextureProxy()
/external/skia/gm/
Dshowmiplevels.cpp142 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in drawLevels()
261 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in drawLevels()
/external/skia/include/private/
DGrSurfaceProxy.h314 , fMipColorMode(SkDestinationSurfaceColorMode::kLegacy) in GrSurfaceProxy()
/external/skia/include/core/
DSkImageInfo.h173 kLegacy, enumerator
DSkCanvas.h115 kLegacy, enumerator
/external/skia/src/effects/gradients/
DSkGradientShaderPriv.h182 kLegacy, enumerator
DSkGradientShader.cpp729 if (GradientBitmapType::kLegacy == bitmapType) { in getGradientTableBitmap()
1663 SkGradientShaderBase::GradientBitmapType::kLegacy; in GrGradientEffect()
/external/skia/src/image/
DSkImage_Gpu.cpp703 SkDestinationSurfaceColorMode colorMode = SkDestinationSurfaceColorMode::kLegacy; in getDeferredTextureImageData()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3054 : SkDestinationSurfaceColorMode::kLegacy; in bindTexture()
3191 : SkDestinationSurfaceColorMode::kLegacy; in generateMipmaps()