Home
last modified time | relevance | path

Searched refs:notifyContentWillChange (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkSurface.h173 void notifyContentWillChange(ContentChangeMode mode);
/external/skia/src/image/
DSkSurface.cpp158 void SkSurface::notifyContentWillChange(ContentChangeMode mode) { in notifyContentWillChange() function in SkSurface
DSkSurface_Gpu.cpp37 surface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode); in prepare_rt_for_external_access()
/external/skia/tests/
DSurfaceTest.cpp679 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_TEST()
690 surface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
742 surface->notifyContentWillChange(mode); in test_no_canvas1()
754 surface->notifyContentWillChange(mode); in test_no_canvas2()