Home
last modified time | relevance | path

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

/external/skia/src/jumper/
DSkJumper_stages.cpp436 #define STAGE(name) \ macro
470 #define STAGE(name) \ macro
502 STAGE(seed_shader) { in STAGE() function
515 STAGE(constant_color) { in STAGE() function
523 STAGE(clear) { in STAGE() function
527 STAGE(plus_) { in STAGE() function
534 STAGE(srcover) { in STAGE() function
541 STAGE(dstover) { in STAGE() function
549 STAGE(clamp_0) { in STAGE() function
556 STAGE(clamp_1) { in STAGE() function
[all …]
/external/skia/src/opts/
DSkRasterPipeline_opts.h88 #define STAGE(name) \ macro
320 STAGE(registers) { in STAGE() function
338 STAGE(clamp_0) { in STAGE() function
344 STAGE(clamp_1) { in STAGE() function
350 STAGE(clamp_a) { in STAGE() function
357 STAGE(unpremul) { in STAGE() function
363 STAGE(premul) { in STAGE() function
374 STAGE(swap_rb) { SkTSwap(r,b); } in STAGE() function
376 STAGE(move_src_dst) { in STAGE() function
382 STAGE(move_dst_src) { in STAGE() function
[all …]
/external/mdnsresponder/mDNSShared/
DCommonServices.h1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument