Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

19 #include "Caches.h"
119 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState,
124 if (destWidth > caches.maxTextureSize
125 || destHeight > caches.maxTextureSize) {
127 destWidth, destHeight, caches.maxTextureSize);
131 if (bitmap->colorType() == kRGBA_F16_SkColorType && !caches.extensions().hasFloatTextures()) {
184 caches.textureState().activateTexture(0);
185 caches.textureState().bindTexture(texture);
222 GlopBuilder(renderState, caches, &glop)
240 caches.textureState().deleteTexture(texture);
258 Caches& caches = Caches::getInstance();
262 caches.textureState().bindTexture(GL_TEXTURE_EXTERNAL_OES, sourceTexId);
271 Texture sourceTexture(caches);
275 CopyResult copyResult = copyTextureInto(caches, mRenderThread.renderState(),
288 return CopyResult::Success == copyTextureInto(Caches::getInstance(),