Lines Matching refs:caches
442 void checkTextureUpdateForCache(Caches& caches, Vector<CacheTexture*>& cacheTextures, in checkTextureUpdateForCache() argument
449 caches.activeTexture(0); in checkTextureUpdateForCache()
450 caches.bindTexture(lastTextureId); in checkTextureUpdateForCache()
465 Caches& caches = Caches::getInstance(); in checkTextureUpdate() local
472 checkTextureUpdateForCache(caches, mACacheTextures, resetPixelStore, lastTextureId); in checkTextureUpdate()
473 checkTextureUpdateForCache(caches, mRGBACacheTextures, resetPixelStore, lastTextureId); in checkTextureUpdate()
476 caches.unbindPixelBuffer(); in checkTextureUpdate()
488 Caches& caches = Caches::getInstance(); in issueDrawCommand() local
501 caches.bindQuadIndicesBuffer(); in issueDrawCommand()
507 force = caches.unbindMeshBuffer(); in issueDrawCommand()
510 caches.activeTexture(0); in issueDrawCommand()
514 caches.bindTexture(texture->getTextureId()); in issueDrawCommand()
518 caches.bindPositionVertexPointer(force, &mesh[0].x); in issueDrawCommand()
519 caches.bindTexCoordsVertexPointer(force, &mesh[0].u); in issueDrawCommand()