Searched defs:caches (Results 1 – 13 of 13) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | SkiaShader.cpp | 54 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 …]
|
| D | AssetAtlas.cpp | 42 Caches& caches = Caches::getInstance(); in init() local 115 void AssetAtlas::createEntries(Caches& caches, int64_t* map, int count) { in createEntries()
|
| D | Dither.cpp | 27 Dither::Dither(Caches& caches) in Dither()
|
| D | Texture.h | 33 Texture(Caches& caches) : mCaches(caches) { } in Texture()
|
| D | LayerRenderer.cpp | 190 Caches& caches = Caches::getInstance(); in createRenderLayer() local 354 Caches& caches = Caches::getInstance(); in copyLayer() local
|
| D | TextDropShadowCache.cpp | 188 Caches& caches = Caches::getInstance(); in get() local
|
| D | TessellationCache.cpp | 113 TessellationProcessor(Caches& caches) in TessellationProcessor() 286 ShadowProcessor(Caches& caches) in ShadowProcessor()
|
| D | Layer.h | 345 Caches& caches; variable
|
| D | FontRenderer.cpp | 428 void checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache() 451 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
|
| D | GlopBuilder.cpp | 61 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) in GlopBuilder()
|
| D | PathCache.cpp | 308 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | CanvasContext.cpp | 370 Caches& caches = Caches::getInstance(); in destroyHardwareResources() local
|
| /frameworks/base/core/java/android/content/res/ |
| D | Resources.java | 2503 final DrawableCache caches; in loadDrawable() local 2563 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, in cacheDrawable()
|