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

  /external/skia/src/gpu/
GrLayerCache.cpp 10 #include "GrLayerCache.h"
15 class GrLayerCache::PictureLayerKey {
44 GrLayerCache::GrLayerCache(GrGpu* gpu)
49 GrLayerCache::~GrLayerCache() {
52 void GrLayerCache::init() {
64 void GrLayerCache::freeAll() {
69 GrCachedLayer* GrLayerCache::createLayer(const SkPicture* picture, int layerID) {
79 GrCachedLayer* GrLayerCache::findLayerOrCreate(const SkPicture* picture, int layerID)
    [all...]
GrLayerCache.h 91 // The GrLayerCache caches pre-computed saveLayers for later rendering.
95 // and one GrPlot (for the entire atlas). As such, the GrLayerCache
98 class GrLayerCache {
100 GrLayerCache(GrGpu*);
101 ~GrLayerCache();
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.cpp 10 #include "GrLayerCache.h"
73 GrLayerCache::GrLayerCache(GrContext* context)
79 GrLayerCache::~GrLayerCache() {
92 void GrLayerCache::initAtlas() {
101 void GrLayerCache::freeAll() {
113 // GrLayerCache always assumes an atlas exists so recreate it. The atlas
116 // TODO: Make GrLayerCache lazily allocate the atlas manager?
120 GrCachedLayer* GrLayerCache::createLayer(uint32_t pictureID,
    [all...]
GrLayerCache.h 174 // The GrLayerCache caches pre-computed saveLayers for later rendering.
178 // and one GrPlot (for the entire atlas). As such, the GrLayerCache
181 class GrLayerCache {
183 GrLayerCache(GrContext*);
184 ~GrLayerCache();
186 // As a cache, the GrLayerCache can be ordered to free up all its cached

Completed in 52 milliseconds