YUV planes cache

- Added new classes to contain YUV planes of memory, along with the associated data.
- Used these classes in load_yuv_texture() to enable YUV planes caching
- Added a unit test for the new cache

BUG=450021

Review URL: https://codereview.chromium.org/851273003
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index d59b262..ac71d36 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -218,6 +218,7 @@
     '../tests/WritePixelsTest.cpp',
     '../tests/Writer32Test.cpp',
     '../tests/XfermodeTest.cpp',
+    '../tests/YUVCacheTest.cpp',
 
     '../tests/MatrixClipCollapseTest.cpp',
     '../src/utils/debugger/SkDrawCommand.h',