Home
last modified time | relevance | path

Searched refs:blend_functions (Results 1 – 2 of 2) sorted by relevance

/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlend_neon.S595 adr ip, blend_functions
596 cmp r2, #(blend_functions_end - blend_functions) >> 2
610 blend_functions: label
/external/skia/tests/
DMathTest.cpp131 static int (*blend_functions[])(int, int, int) = { variable
142 failed = (*blend_functions[0])(0,0,0); in test_blend31()