Searched defs:__GLX_PAD (Results 1 – 5 of 5) sorted by relevance
46 #define __GLX_PAD(a) (((a)+3)&~3) macro
38 #define __GLX_PAD(s) (((s)+3) & (GLuint)~3) macro
37 #define __GLX_PAD(x) (((x) + 3) & ~3) macro
34 #define __GLX_PAD(s) (((s)+3) & (GLuint)~3) macro