Searched refs:SRGB_TO_XYZ (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorSpaceTest.java | 41 private static final float[] SRGB_TO_XYZ = { field in ColorSpaceTest 202 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3() 206 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testMat3x3() 212 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3Inverse() 222 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3Primaries() 239 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, sIdentity, sIdentity); in testMat3x3WhitePoint() 257 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_xyY() 295 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_XYZ() 327 ColorSpace.Rgb cs = new ColorSpace.Rgb("Almost sRGB", SRGB_TO_XYZ, in testIsSRGB() 752 colorSpace = new ColorSpace.Rgb("Almost sRGB", SRGB_TO_XYZ, in testTransferParameters()
|