Home
last modified time | relevance | path

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

/frameworks/rs/perf-test-scripts/
Dtiming33testColorMatrix testIntrinsicsColorMatrix testIntrinsicsColorMatrixGrey testCop…
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingTest.java256 public void testColorMatrix() { in testColorMatrix() method in ImageProcessingTest
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java291 public void testColorMatrix() { in testColorMatrix() method in ImageProcessingTest
/frameworks/rs/toolkit/test/
DAllTests.kt93 Pair("colorMatrix", ::testColorMatrix), in <lambda>()
303 private fun testColorMatrix(timer: TimingTracker): Boolean { in <lambda>() method