Searched refs:ContentChangeMode (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/src/image/ |
H A D | SkSurface_Base.h | 30 ContentChangeMode, 113 virtual bool SK_WARN_UNUSED_RESULT onCopyOnWrite(ContentChangeMode) = 0; 150 bool SK_WARN_UNUSED_RESULT aboutToDraw(ContentChangeMode mode);
|
H A D | SkSurface.cpp | 71 GrSurfaceOrigin, ContentChangeMode, in onReplaceBackendTexture() 124 bool SkSurface_Base::aboutToDraw(ContentChangeMode mode) { in aboutToDraw() 200 void SkSurface::notifyContentWillChange(ContentChangeMode mode) { in notifyContentWillChange() 303 ContentChangeMode mode = kRetain_ContentChangeMode; in writePixels() 356 GrSurfaceOrigin origin, ContentChangeMode mode, in replaceBackendTexture() 414 bool onCopyOnWrite(ContentChangeMode) override { return true; }
|
H A D | SkSurface_Gpu.h | 28 bool onReplaceBackendTexture(const GrBackendTexture&, GrSurfaceOrigin, ContentChangeMode, TextureReleaseProc, 47 bool onCopyOnWrite(ContentChangeMode) override;
|
H A D | SkSurface_Raster.cpp | 27 bool onCopyOnWrite(ContentChangeMode) override; 127 bool SkSurface_Raster::onCopyOnWrite(ContentChangeMode mode) { in onCopyOnWrite()
|
H A D | SkSurface_Gpu.cpp | 197 bool SkSurface_Gpu::onCopyOnWrite(ContentChangeMode mode) { in onCopyOnWrite() 531 ContentChangeMode mode, in onReplaceBackendTexture()
|
/third_party/skia/src/gpu/ |
H A D | BaseDevice.h | 62 virtual bool replaceBackingProxy(SkSurface::ContentChangeMode, 68 bool replaceBackingProxy(SkSurface::ContentChangeMode);
|
H A D | BaseDevice.cpp | 65 bool BaseDevice::replaceBackingProxy(SkSurface::ContentChangeMode mode) { in replaceBackingProxy()
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 491 /** \enum SkSurface::ContentChangeMode 492 ContentChangeMode members are parameters to notifyContentWillChange(). 494 enum ContentChangeMode { enum in SkSurface 506 void notifyContentWillChange(ContentChangeMode mode); 574 ContentChangeMode mode = kRetain_ContentChangeMode,
|
/third_party/skia/experimental/graphite/src/ |
H A D | Surface_Graphite.cpp | 38 bool Surface_Graphite::onCopyOnWrite(ContentChangeMode) { return true; } in onCopyOnWrite()
|
H A D | Surface_Graphite.h | 26 bool onCopyOnWrite(ContentChangeMode) override;
|
/third_party/skia/src/gpu/v1/ |
H A D | Device_v1.h | 42 bool replaceBackingProxy(SkSurface::ContentChangeMode,
|
H A D | Device.cpp | 921 bool Device::replaceBackingProxy(SkSurface::ContentChangeMode mode, in replaceBackingProxy()
|
/third_party/skia/tests/ |
H A D | SurfaceTest.cpp | 604 SkSurface::ContentChangeMode mode) { in test_no_canvas1() 610 SkSurface::ContentChangeMode mode) { in test_no_canvas2() 621 SkSurface::ContentChangeMode modes[] = in DEF_TEST() 630 SkSurface::ContentChangeMode modes[] = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/core/ |
H A D | SkCanvas.cpp | 178 SkSurface::ContentChangeMode mode = SkSurface::kRetain_ContentChangeMode; in predrawNotify()
|
Completed in 15 milliseconds