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

  /external/skia/tests/
GpuLayerCacheTest.cpp 35 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
36 cache->purge(pictureID);
276 TestingAccess::Purge(&cache, picture->uniqueID());
289 // Test out the GrContext-style purge. This should remove all the layers
307 // Purge the resource cache ...
320 // Test out the MessageBus-style purge. This will not free the atlas
  /external/skqp/tests/
GpuLayerCacheTest.cpp 35 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
36 cache->purge(pictureID);
276 TestingAccess::Purge(&cache, picture->uniqueID());
289 // Test out the GrContext-style purge. This should remove all the layers
307 // Purge the resource cache ...
320 // Test out the MessageBus-style purge. This will not free the atlas
  /external/webrtc/webrtc/base/
diskcache.cc 83 bool DiskCache::Purge() {

Completed in 691 milliseconds