Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp63 skiapipeline::VectorDrawableAtlas::StorageMode::disallowSharedSurface); in CacheManager()
83 skiapipeline::VectorDrawableAtlas::StorageMode::disallowSharedSurface); in destroy()
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableAtlasTests.cpp90 RENDERTHREAD_SKIA_PIPELINE_TEST(VectorDrawableAtlas, disallowSharedSurface) { in RENDERTHREAD_SKIA_PIPELINE_TEST() argument
93 atlas.setStorageMode(VectorDrawableAtlas::StorageMode::disallowSharedSurface); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.h63 enum class StorageMode { allowSharedSurface, disallowSharedSurface }; enumerator
DVectorDrawableAtlas.cpp274 if (StorageMode::disallowSharedSurface == mStorageMode && mSurface) { in setStorageMode()