HomeSort by relevance Sort by last modified time
    Searched refs:test_mipmap_generation (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
MipMapTest.cpp 58 static void test_mipmap_generation(int width, int height, int expectedMipLevelCount, function
101 test_mipmap_generation(32, 32, 5, reporter);
106 test_mipmap_generation(1000, 1000, 9, reporter);
  /external/skqp/tests/
MipMapTest.cpp 58 static void test_mipmap_generation(int width, int height, int expectedMipLevelCount, function
101 test_mipmap_generation(32, 32, 5, reporter);
106 test_mipmap_generation(1000, 1000, 9, reporter);

Completed in 580 milliseconds