Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTessellationCache.cpp270 class ShadowProcessor : public TaskProcessor<TessellationCache::vertexBuffer_pair_t> { class
272 explicit ShadowProcessor(Caches& caches) in ShadowProcessor() function in android::uirenderer::ShadowProcessor
274 ~ShadowProcessor() {} in ~ShadowProcessor()
364 mShadowProcessor = new ShadowProcessor(Caches::getInstance()); in precacheShadows()