Searched refs:disallowSharedSurface (Results 1 – 4 of 4) sorted by relevance
63 skiapipeline::VectorDrawableAtlas::StorageMode::disallowSharedSurface); in CacheManager()83 skiapipeline::VectorDrawableAtlas::StorageMode::disallowSharedSurface); in destroy()
90 RENDERTHREAD_SKIA_PIPELINE_TEST(VectorDrawableAtlas, disallowSharedSurface) { in RENDERTHREAD_SKIA_PIPELINE_TEST() argument93 atlas.setStorageMode(VectorDrawableAtlas::StorageMode::disallowSharedSurface); in RENDERTHREAD_SKIA_PIPELINE_TEST()
63 enum class StorageMode { allowSharedSurface, disallowSharedSurface }; enumerator
274 if (StorageMode::disallowSharedSurface == mStorageMode && mSurface) { in setStorageMode()