HomeSort by relevance Sort by last modified time
    Searched full:test_random_byte (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
RandomTest.cpp 59 static void test_random_byte(skiatest::Reporter* reporter, int shift) { function
182 test_random_byte(reporter, 0);
183 test_random_byte(reporter, 8);
184 test_random_byte(reporter, 16);
185 test_random_byte(reporter, 24);

Completed in 58 milliseconds