Home
last modified time | relevance | path

Searched refs:SRGBCompare (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java280 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 TextureViewTest
431 SRGBCompare(Bitmap.Config config) { in SRGBCompare() method in TextureViewTest.SRGBCompare