Searched refs:decrement_counter_proc (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | PixelRefTest.cpp | 13 static void decrement_counter_proc(void* pixels, void* ctx) { in decrement_counter_proc() function 26 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install() 33 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install() 40 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install()
|
/external/skia/tests/ |
D | PixelRefTest.cpp | 14 static void decrement_counter_proc(void* pixels, void* ctx) { in decrement_counter_proc() function 27 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install() 34 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install() 41 success = bm.installPixels(info, nullptr, 0, decrement_counter_proc, &release_counter); in test_dont_leak_install()
|