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

  /external/chromium_org/third_party/skia/src/gpu/
GrLayerHoister.h 44 GrLayerCache* layerCache);
60 static void UnlockLayers(GrLayerCache* layerCache,
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
GrLayerHoister.cpp 8 #include "GrLayerCache.h"
21 GrLayerCache* layerCache) {
252 static void unlock_layer_in_cache(GrLayerCache* layerCache,
265 void GrLayerHoister::UnlockLayers(GrLayerCache* layerCache,
GrContext.cpp 23 #include "GrLayerCache.h"
142 fLayerCache.reset(SkNEW_ARGS(GrLayerCache, (this)));
    [all...]
  /external/chromium_org/third_party/skia/tests/
GpuLayerCacheTest.cpp 12 #include "GrLayerCache.h"
18 static int NumLayers(GrLayerCache* cache) {
21 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
28 GrLayerCache* cache,
59 GrLayerCache* cache,
77 // This test case exercises the public API of the GrLayerCache class.
101 GrLayerCache cache(context);
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 32 class GrLayerCache;
    [all...]
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.darwin-arm64.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.darwin-mips.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.darwin-mips64.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.darwin-x86.mk 346 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.darwin-x86_64.mk 346 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-arm.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-arm64.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-mips.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-mips64.mk 345 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-x86.mk 346 third_party/skia/src/gpu/GrLayerCache.cpp \
skia_library.target.linux-x86_64.mk 346 third_party/skia/src/gpu/GrLayerCache.cpp \

Completed in 4355 milliseconds