Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaShader.cpp54 static inline void bindTexture(Caches* caches, Texture* texture, GLenum wrapS, GLenum wrapT) { in bindTexture()
115 bool tryStoreGradient(Caches& caches, const SkShader& shader, const Matrix4 modelViewMatrix, in tryStoreGradient()
179 void applyGradient(Caches& caches, const SkiaShaderData::GradientShaderData& data) { in applyGradient()
197 bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreBitmap()
243 void applyBitmap(Caches& caches, const SkiaShaderData::BitmapShaderData& data) { in applyBitmap()
276 void storeCompose(Caches& caches, const SkShader& bitmapShader, const SkShader& gradientShader, in storeCompose()
287 bool tryStoreCompose(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreCompose()
319 bool tryStoreLayer(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreLayer()
342 void applyLayer(Caches& caches, const SkiaShaderData::LayerShaderData& data) { in applyLayer()
355 void SkiaShader::store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in store()
[all …]
DAssetAtlas.cpp42 Caches& caches = Caches::getInstance(); in init() local
115 void AssetAtlas::createEntries(Caches& caches, int64_t* map, int count) { in createEntries()
DDither.cpp27 Dither::Dither(Caches& caches) in Dither()
DTexture.h33 Texture(Caches& caches) : mCaches(caches) { } in Texture()
DLayerRenderer.cpp190 Caches& caches = Caches::getInstance(); in createRenderLayer() local
354 Caches& caches = Caches::getInstance(); in copyLayer() local
DTextDropShadowCache.cpp188 Caches& caches = Caches::getInstance(); in get() local
DTessellationCache.cpp113 TessellationProcessor(Caches& caches) in TessellationProcessor()
286 ShadowProcessor(Caches& caches) in ShadowProcessor()
DLayer.h345 Caches& caches; variable
DFontRenderer.cpp428 void checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache()
451 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
DGlopBuilder.cpp61 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) in GlopBuilder()
DPathCache.cpp308 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp370 Caches& caches = Caches::getInstance(); in destroyHardwareResources() local
/frameworks/base/core/java/android/content/res/
DResources.java2503 final DrawableCache caches; in loadDrawable() local
2563 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, in cacheDrawable()