/frameworks/base/libs/hwui/ |
D | SkiaShader.cpp | 59 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()
|
D | OpenGLReadback.cpp | 119 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState, in copyTextureInto() 258 Caches& caches = Caches::getInstance(); in copyImageInto() local
|
D | BakedOpRenderer.h | 57 BakedOpRenderer(Caches& caches, RenderState& renderState, bool opaque, bool wideColorGamut, in BakedOpRenderer() 68 Caches& caches() { return mCaches; } in caches() function
|
D | TextDropShadowCache.cpp | 163 Caches& caches = Caches::getInstance(); in get() local
|
D | Texture.h | 57 explicit Texture(Caches& caches) in Texture()
|
D | TessellationCache.cpp | 138 explicit TessellationProcessor(Caches& caches) in TessellationProcessor() 272 explicit ShadowProcessor(Caches& caches) in ShadowProcessor()
|
D | Texture.cpp | 199 void Texture::colorTypeToGlFormatAndType(const Caches& caches, SkColorType colorType, in colorTypeToGlFormatAndType()
|
D | FontRenderer.cpp | 434 void checkTextureUpdateForCache(Caches& caches, std::vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache() 457 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
|
D | FrameBuilder.cpp | 37 const LightGeometry& lightGeometry, Caches& caches) in FrameBuilder() 56 const LightGeometry& lightGeometry, Caches& caches) in FrameBuilder()
|
D | GlopBuilder.cpp | 64 GlopBuilder::GlopBuilder(RenderState& renderState, Caches& caches, Glop* outGlop) in GlopBuilder()
|
D | PathCache.cpp | 316 PathCache::PathProcessor::PathProcessor(Caches& caches): in PathProcessor()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | LeakCheckTests.cpp | 43 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 60 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
|
D | GlopBuilderTests.cpp | 121 Caches& caches = Caches::getInstance(); in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
|
/frameworks/base/libs/hwui/renderthread/ |
D | OpenGLPipeline.cpp | 71 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
|
D | CanvasContext.cpp | 497 Caches& caches = Caches::getInstance(); in draw() local
|
/frameworks/base/libs/hwui/tests/microbench/ |
D | FrameBuilderBench.cpp | 79 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/ |
D | TextureState.cpp | 72 void TextureState::constructTexture(Caches& caches) { in constructTexture()
|
D | OffscreenBufferPool.cpp | 36 OffscreenBuffer::OffscreenBuffer(RenderState& renderState, Caches& caches, in OffscreenBuffer()
|
/frameworks/base/core/java/android/content/res/ |
D | ResourcesImpl.java | 580 final DrawableCache caches; in loadDrawable() local 685 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, in cacheDrawable()
|