Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rs89 AllocationF32_3 dest2; // float3
128 float3 k = getF32_3(dest2, x - 1, y);
129 k += getF32_3(dest2, x + 1, y);
130 k += getF32_3(dest2, x, y - 1);
131 k += getF32_3(dest2, x, y + 1);
136 return getF32_3(dest2, x, y);;
DHealing.java86 Allocation dest2 = Allocation.createTyped(rs, floatImage.create()); in heal() local
88 healing.set_dest2(dest2); in heal()
118 healing.forEach_solve1(mask, dest2); in heal()
/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp89 String8 dest2("ApiDemos/res2"); in main() local
94 CrunchCache scc(source2,dest2,sff); in main()