Home
last modified time | relevance | path

Searched refs:SkSurfaceProps (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp147 SkSurfaceProps props(mColorMode == ColorMode::Default ? 0 : SkSurfaceProps::kAlwaysDither_Flag, in draw()
DSkiaCpuPipeline.cpp63 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in createOrUpdateLayer()
DSkiaGpuPipeline.cpp84 SkSurfaceProps props(0, kUnknown_SkPixelGeometry); in createOrUpdateLayer()
/frameworks/native/libs/renderengine/skia/compat/
DGraphiteGpuContext.cpp95 constexpr SkSurfaceProps* kProps = nullptr; in createRenderTarget()
DGaneshGpuContext.cpp85 constexpr SkSurfaceProps* kProps = nullptr; in createRenderTarget()
DGraphiteBackendTexture.cpp88 SkSurfaceProps props; in makeSurface()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp473 SkSurfaceProps surfaceProps; in dequeueNativeBuffer()
475 surfaceProps = SkSurfaceProps(SkSurfaceProps::kAlwaysDither_Flag | surfaceProps.flags(), in dequeueNativeBuffer()
/frameworks/base/libs/hwui/
DRecordingCanvas.h194 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
DRecordingCanvas.cpp1082 sk_sp<SkSurface> RecordingCanvas::onNewSurface(const SkImageInfo&, const SkSurfaceProps&) { in onNewSurface() argument