Searched refs:SRGBCompare (Results 1 – 1 of 1) sorted by relevance
280 false, false, new SRGBCompare(Bitmap.Config.RGB_565)); in testGet565Bitmap_SRGB()286 false, false, new SRGBCompare(Bitmap.Config.ARGB_8888)); in testGetBitmap_SRGB()292 false, true, new SRGBCompare(Bitmap.Config.ARGB_8888)); in testGetBitmap_SRGBLinear()428 private class SRGBCompare implements CompareFunction { class in TextureViewTest431 SRGBCompare(Bitmap.Config config) { in SRGBCompare() method in TextureViewTest.SRGBCompare