Searched defs:caches (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SkiaShader.cpp | 58 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()
|
D | SkiaShader.h | 60 static void describe(Caches* caches, ProgramDescription& description, in describe() 64 static void setupProgram(Caches* caches, const mat4& modelViewMatrix, in setupProgram()
|
D | AssetAtlas.cpp | 39 Caches& caches = Caches::getInstance(); in init() local 111 void AssetAtlas::createEntries(Caches& caches, int64_t* map, int count) { in createEntries()
|
D | DisplayList.cpp | 42 Caches& caches = Caches::getInstance(); in cleanupResources() local
|
D | Texture.cpp | 34 Texture::Texture(Caches& caches): id(0), generation(0), blend(false), width(0), height(0), in Texture()
|
D | ShadowTessellator.cpp | 43 Caches& caches = Caches::getInstance(); in tessellateAmbientShadow() local 69 Caches& caches = Caches::getInstance(); in tessellateSpotShadow() local
|
D | LayerRenderer.cpp | 191 Caches& caches = Caches::getInstance(); in createRenderLayer() local 365 Caches& caches = Caches::getInstance(); in copyLayer() local
|
D | TextDropShadowCache.cpp | 186 Caches& caches = Caches::getInstance(); in get() local
|
D | PatchCache.cpp | 50 void PatchCache::init(Caches& caches) { in init()
|
D | FontRenderer.cpp | 442 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
|
D | TessellationCache.cpp | 113 TessellationProcessor(Caches& caches) in TessellationProcessor() 277 ShadowProcessor(Caches& caches) in ShadowProcessor()
|
D | Layer.h | 327 Caches& caches; variable
|
D | PathCache.cpp | 332 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1841 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()
|