HomeSort by relevance Sort by last modified time
    Searched defs:SkTextureCache (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gl/
SkTextureCache.cpp 1 #include "SkTextureCache.h"
6 SkTextureCache::Entry::Entry(const SkBitmap& bitmap)
13 SkTextureCache::Entry::~Entry() {
21 SkTextureCache::SkTextureCache(size_t countMax, size_t sizeMax)
30 SkTextureCache::~SkTextureCache() {
41 void SkTextureCache::deleteAllCaches(bool texturesAreValid) {
67 int SkTextureCache::findInSorted(const Key& key) const {
103 SkTextureCache::Entry* SkTextureCache::find(const Key& key, int* insert) const
    [all...]
SkTextureCache.h 9 class SkTextureCache {
11 SkTextureCache(size_t maxCount, size_t maxSize);
12 ~SkTextureCache();
74 fHashIndex = hash & SkTextureCache::HashMask();
119 friend class SkTextureCache;

Completed in 21 milliseconds