Home
last modified time | relevance | path

Searched defs:caches (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaShader.cpp58 static inline void bindTexture(Caches* caches, Texture* texture, GLenum wrapS, GLenum wrapT) { in bindTexture()
150 void SkiaShader::describe(Caches* caches, ProgramDescription& description, in describe()
155 void SkiaShader::setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
170 void SkiaLayerShader::setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
212 static bool bitmapShaderHelper(Caches* caches, ProgramDescription* description, in bitmapShaderHelper()
253 void SkiaBitmapShader::describe(Caches* caches, ProgramDescription& description, in describe()
263 void SkiaBitmapShader::setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
366 void SkiaGradientShader::setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
437 void SkiaComposeShader::describe(Caches* caches, ProgramDescription& description, in describe()
454 void SkiaComposeShader::setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
DSkiaShader.h60 static void describe(Caches* caches, ProgramDescription& description, in describe()
64 static void setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
DAssetAtlas.cpp39 Caches& caches = Caches::getInstance(); in init() local
111 void AssetAtlas::createEntries(Caches& caches, int64_t* map, int count) { in createEntries()
DDisplayList.cpp42 Caches& caches = Caches::getInstance(); in cleanupResources() local
DTexture.cpp34 Texture::Texture(Caches& caches): id(0), generation(0), blend(false), width(0), height(0), in Texture()
DShadowTessellator.cpp43 Caches& caches = Caches::getInstance(); in tessellateAmbientShadow() local
69 Caches& caches = Caches::getInstance(); in tessellateSpotShadow() local
DLayerRenderer.cpp191 Caches& caches = Caches::getInstance(); in createRenderLayer() local
365 Caches& caches = Caches::getInstance(); in copyLayer() local
DTextDropShadowCache.cpp186 Caches& caches = Caches::getInstance(); in get() local
DPatchCache.cpp50 void PatchCache::init(Caches& caches) { in init()
DFontRenderer.cpp442 void checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache()
465 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
488 Caches& caches = Caches::getInstance(); in issueDrawCommand() local
DTessellationCache.cpp113 TessellationProcessor(Caches& caches) in TessellationProcessor()
277 ShadowProcessor(Caches& caches) in ShadowProcessor()
DLayer.h327 Caches& caches; variable
DPathCache.cpp332 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
/frameworks/base/core/java/android/content/res/
DResources.java1841 ArrayMap<String, LongSparseArray<WeakReference<ConstantState>>> caches, in clearDrawableCachesLocked()
2293 final ArrayMap<String, LongSparseArray<WeakReference<ConstantState>>> caches; in loadDrawable() local
2344 ArrayMap<String, LongSparseArray<WeakReference<ConstantState>>> caches, in cacheDrawable()
2439 ArrayMap<String, LongSparseArray<WeakReference<ConstantState>>> caches, in getCachedDrawable()