Home | History | Annotate | Download | only in hwui

Lines Matching defs:caches

19 #include "Caches.h"
116 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState, Texture& sourceTexture,
121 if (destWidth > caches.maxTextureSize || destHeight > caches.maxTextureSize) {
123 destHeight, caches.maxTextureSize);
128 !caches.extensions().hasRenderableFloatTextures()) {
181 caches.textureState().activateTexture(0);
182 caches.textureState().bindTexture(texture);
217 GlopBuilder(renderState, caches, &glop)
234 caches.textureState().deleteTexture(texture);
251 Caches& caches = Caches::getInstance();
255 caches.textureState().bindTexture(GL_TEXTURE_EXTERNAL_OES, sourceTexId);
264 Texture sourceTexture(caches);
268 CopyResult copyResult = copyTextureInto(caches, mRenderThread.renderState(), sourceTexture,
281 return CopyResult::Success == copyTextureInto(Caches::getInstance(), renderThread.renderState(),