Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaShader.cpp59 static inline void bindTexture(Caches* caches, Texture* texture, GLenum wrapS, GLenum wrapT) { in bindTexture()
120 bool tryStoreGradient(Caches& caches, const SkShader& shader, const Matrix4 modelViewMatrix, in tryStoreGradient()
183 void applyGradient(Caches& caches, const SkiaShaderData::GradientShaderData& data, in applyGradient()
200 bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreBitmap()
252 void applyBitmap(Caches& caches, const SkiaShaderData::BitmapShaderData& data) { in applyBitmap()
285 void storeCompose(Caches& caches, const SkShader& bitmapShader, const SkShader& gradientShader, in storeCompose()
296 bool tryStoreCompose(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in tryStoreCompose()
325 void SkiaShader::store(Caches& caches, const SkShader& shader, const Matrix4& modelViewMatrix, in store()
350 void SkiaShader::apply(Caches& caches, const SkiaShaderData& data, in apply()
DOpenGLReadback.cpp119 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState, in copyTextureInto()
258 Caches& caches = Caches::getInstance(); in copyImageInto() local
DBakedOpRenderer.h57 BakedOpRenderer(Caches& caches, RenderState& renderState, bool opaque, bool wideColorGamut, in BakedOpRenderer()
68 Caches& caches() { return mCaches; } in caches() function
DTextDropShadowCache.cpp163 Caches& caches = Caches::getInstance(); in get() local
DTexture.h57 explicit Texture(Caches& caches) in Texture()
DTessellationCache.cpp138 explicit TessellationProcessor(Caches& caches) in TessellationProcessor()
272 explicit ShadowProcessor(Caches& caches) in ShadowProcessor()
DTexture.cpp199 void Texture::colorTypeToGlFormatAndType(const Caches& caches, SkColorType colorType, in colorTypeToGlFormatAndType()
DFontRenderer.cpp434 void checkTextureUpdateForCache(Caches& caches, std::vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache()
457 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
DFrameBuilder.cpp37 const LightGeometry& lightGeometry, Caches& caches) in FrameBuilder()
56 const LightGeometry& lightGeometry, Caches& caches) in FrameBuilder()
DGlopBuilder.cpp64 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) in GlopBuilder()
DPathCache.cpp316 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
/frameworks/base/libs/hwui/tests/unit/
DLeakCheckTests.cpp43 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
60 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
DGlopBuilderTests.cpp121 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp71 auto& caches = Caches::getInstance(); in draw() local
179 Caches& caches = Caches::getInstance(); in onDestroyHardwareResources() local
190 auto& caches = Caches::getInstance(); in renderLayers() local
314 AutoGlTexture(uirenderer::Caches& caches) in AutoGlTexture()
329 static bool uploadBitmapToGraphicBuffer(uirenderer::Caches& caches, SkBitmap& bitmap, in uploadBitmapToGraphicBuffer()
395 uirenderer::Caches& caches = uirenderer::Caches::getInstance(); in allocateHardwareBitmap() local
DCanvasContext.cpp497 Caches& caches = Caches::getInstance(); in draw() local
/frameworks/base/libs/hwui/tests/microbench/
DFrameBuilderBench.cpp79 Caches& caches = Caches::getInstance(); in BM_FrameBuilder_deferAndRender() local
137 Caches& caches = Caches::getInstance(); in BM_FrameBuilder_deferAndRender_scene() local
/frameworks/base/libs/hwui/renderstate/
DTextureState.cpp72 void TextureState::constructTexture(Caches& caches) { in constructTexture()
DOffscreenBufferPool.cpp36 OffscreenBuffer::OffscreenBuffer(RenderState& renderState, Caches& caches, in OffscreenBuffer()
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java580 final DrawableCache caches; in loadDrawable() local
685 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, in cacheDrawable()