Home
last modified time | relevance | path

Searched refs:CONCAT_KEY (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc588 #define CONCAT_KEY(prefix, x, y, z, w, ...) prefix##x##y##z##w macro
590 #define BLEND_KEY(...) CONCAT_KEY(BLEND_, __VA_ARGS__, 0, 0, 0)
591 #define MASK_BLEND_KEY(...) CONCAT_KEY(MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
592 #define AA_BLEND_KEY(...) CONCAT_KEY(AA_BLEND_, __VA_ARGS__, 0, 0, 0)
593 #define AA_MASK_BLEND_KEY(...) CONCAT_KEY(AA_MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
/dports/www/firefox/firefox-99.0/gfx/wr/swgl/src/
H A Dgl.cc602 #define CONCAT_KEY(prefix, x, y, z, w, ...) prefix##x##y##z##w macro
604 #define BLEND_KEY(...) CONCAT_KEY(BLEND_, __VA_ARGS__, 0, 0, 0)
605 #define MASK_BLEND_KEY(...) CONCAT_KEY(MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
606 #define AA_BLEND_KEY(...) CONCAT_KEY(AA_BLEND_, __VA_ARGS__, 0, 0, 0)
607 #define AA_MASK_BLEND_KEY(...) CONCAT_KEY(AA_MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/swgl/src/
H A Dgl.cc588 #define CONCAT_KEY(prefix, x, y, z, w, ...) prefix##x##y##z##w macro
590 #define BLEND_KEY(...) CONCAT_KEY(BLEND_, __VA_ARGS__, 0, 0, 0)
591 #define MASK_BLEND_KEY(...) CONCAT_KEY(MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
592 #define AA_BLEND_KEY(...) CONCAT_KEY(AA_BLEND_, __VA_ARGS__, 0, 0, 0)
593 #define AA_MASK_BLEND_KEY(...) CONCAT_KEY(AA_MASK_BLEND_, __VA_ARGS__, 0, 0, 0)
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/swgl/src/
H A Dgl.cc378 #define CONCAT_KEY(prefix, x, y, z, w, ...) prefix##x##y##z##w macro
379 #define BLEND_KEY(...) CONCAT_KEY(BLEND_, __VA_ARGS__, 0, 0)