Home
last modified time | relevance | path

Searched defs:STAGE (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/jumper/
DSkJumper_stages.cpp87 #define STAGE(name) \ macro
217 STAGE(seed_shader) { in STAGE() function
228 STAGE(dither) { in STAGE() function
262 STAGE(uniform_color) { in STAGE() function
271 STAGE(black_color) { in STAGE() function
276 STAGE(white_color) { in STAGE() function
281 STAGE(load_rgba) { in STAGE() function
290 STAGE(store_rgba) { in STAGE() function
430 STAGE(hue) { in STAGE() function
444 STAGE(saturation) { in STAGE() function
[all …]
DSkJumper_stages_lowp.cpp101 #define STAGE(name) \ macro
224 STAGE(uniform_color) { in STAGE() function
236 STAGE(black_color) { in STAGE() function
241 STAGE(white_color) { in STAGE() function
245 STAGE(set_rgb) { in STAGE() function
252 STAGE(premul) { in STAGE() function
258 STAGE(load_8888) { in STAGE() function
262 STAGE(load_8888_dst) { in STAGE() function
266 STAGE(store_8888) { in STAGE() function
271 STAGE(load_bgra) { in STAGE() function
[all …]
/external/mdnsresponder/mDNSShared/
DCommonServices.h1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument