aboutsummaryrefslogtreecommitdiff
path: root/tests/ImageCacheTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SkDiscardableMemoryPool: always have a mutex for testingHal Canary2017-05-051-1/+1
* SkDiscardableMemoryPool: modernizeHal Canary2017-04-251-1/+1
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-2/+1
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-6/+6
* private iterator to visit all resource cache entriesreed2015-08-191-0/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-2/+2
* Notify resource caches when pixelref genID goes stalereed2015-02-241-2/+38
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-2/+2
* Even more win64 warning fixesbsalomon2014-12-121-1/+1
* SkResourceCache::Key namespace support.fmalita2014-10-221-3/+2
* Change SkResourceCache to take a Visitor inside its find().reed2014-09-151-30/+23
* Revert of Change SkResourceCache to take a Visitor inside its find(). (patchs...reed2014-09-151-23/+30
* Change SkResourceCache to take a Visitor inside its find().reed2014-09-151-30/+23
* "NULL !=" = NULLbsalomon2014-09-051-3/+3
* rename ScaledImageCache to ResourceCachereed2014-08-281-12/+12
* retool image cache to be generic cache, allowing the client to subclass "Rec"...reed2014-08-261-51/+30
* expose generalized imagecache keyreed2014-08-211-14/+25
* Set maximum output size for scaled-image-cache imageshalcanary2014-07-171-1/+1
* SkDiscardableMemoryPool to abstract classcommit-bot@chromium.org2014-04-041-2/+4
* Replace scaled bitmap if entry already exist in cache.commit-bot@chromium.org2014-03-051-5/+15
* replace setConfig+allocPixels with single callmike@reedtribe.org2014-02-131-6/+3
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Fix some presubmit warnings.tfarina@chromium.org2013-12-141-1/+1
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-4/+2
* add more tests for discardable cachesreed@google.com2013-12-111-8/+37
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-101-9/+9
* support scaledimagecache instantiable using discardablememoryreed@google.com2013-12-091-23/+37
* Reverting r12427rmistry@google.com2013-12-021-0/+19
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-021-19/+0
* Trying to add the same scaled image twice shouldn't assert.commit-bot@chromium.org2013-11-271-0/+19
* SkTDynamicHashmtklein@google.com2013-08-121-2/+2
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-07-241-3/+3
* fix signed/unsigned warningreed@google.com2013-07-231-1/+1
* add scaledimagecachereed@google.com2013-07-231-0/+65