Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java248 float[] rgbToXYZ = cs.getTransform(); in testMat3x3() local
250 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testMat3x3()
299 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_xyY() local
301 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_xyY()
337 float[] rgbToXYZ = cs.getTransform(); in testXYZFromPrimaries_XYZ() local
339 assertEquals(SRGB_TO_XYZ[i], rgbToXYZ[i], 1e-5f); in testXYZFromPrimaries_XYZ()
435 float[] rgbToXYZ = cs.getTransform(); in testRGBtoXYZMatrix() local
437 assertNotNull(rgbToXYZ); in testRGBtoXYZMatrix()
438 assertEquals(9, rgbToXYZ.length); in testRGBtoXYZMatrix()
441 Arrays.fill(rgbToXYZ, Float.NaN); in testRGBtoXYZMatrix()
[all …]