Home | History | Annotate | Download | only in hwui

Lines Matching full:skbitmap

132 bool TextureCache::canMakeTextureFromBitmap(const SkBitmap* bitmap) {
143 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap) {
185 bool TextureCache::prefetchAndMarkInUse(const SkBitmap* bitmap) {
193 Texture* TextureCache::get(const SkBitmap* bitmap) {
211 Texture* TextureCache::getTransient(const SkBitmap* bitmap) {
221 void TextureCache::remove(const SkBitmap* bitmap) {
225 void TextureCache::removeDeferred(const SkBitmap* bitmap) {
234 const SkBitmap* bitmap = mGarbage.itemAt(i);
261 void TextureCache::generateTexture(const SkBitmap* bitmap, Texture* texture, bool regenerate) {
336 void TextureCache::uploadLoFiTexture(bool resize, const SkBitmap* bitmap,
338 SkBitmap rgbaBitmap;