Searched defs:GET_PROC_SUFFIX (Results 1 – 3 of 3) sorted by relevance
31 #define GET_PROC_SUFFIX(F, S) functions->f##F = emscripten_gl##F##S macro
23 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) macro