Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java523 false, false, new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_8888_P3()
530 new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_8888_PassthroughP3()
537 new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_FP16_PassthroughP3()
553 true, new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_FP16_LinearP3()
563 true, new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_FP16_ExtendedSRGB()
570 true, new FP16Compare(ColorSpace.Named.EXTENDED_SRGB)); in testGetBitmap_FP16_LinearExtendedSRGB()
709 private class FP16Compare implements CompareFunction { class in TextureViewTest
712 FP16Compare(ColorSpace.Named namedCS) { in FP16Compare() method in TextureViewTest.FP16Compare