Searched defs:CacheImpl (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dcache.py21 container for a :class:`.CacheImpl` object, which implements
35 """Provide the :class:`.CacheImpl` in use by this :class:`.Cache`.
37 This accessor allows a :class:`.CacheImpl` with additional
183 class CacheImpl(object): class in inherits:object
191 :meth:`get_or_create <.CacheImpl.get_or_create>` as the name ``'context'``.
/external/skia/src/core/
H A DSkImageFilterCache.cpp27 class CacheImpl : public SkImageFilterCache { class in namespace:__anon20673
30 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } function in class:__anon20673::CacheImpl
31 ~CacheImpl() override {
135 return new CacheImpl(maxBytes);
/external/skqp/src/core/
H A DSkImageFilterCache.cpp27 class CacheImpl : public SkImageFilterCache { class in namespace:__anon21341
30 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } function in class:__anon21341::CacheImpl
31 ~CacheImpl() override {
135 return new CacheImpl(maxBytes);

Completed in 198 milliseconds