Searched defs:GET_PROC (Results 1 – 7 of 7) sorted by relevance
16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) macro
28 #define GET_PROC(F) functions->f##F = emscripten_gl##F macro
60 #define GET_PROC(F, inst) \ macro
28 #define GET_PROC(F) f ## F = \ macro
27 #define GET_PROC(F) f ## F = \ macro
233 #define GET_PROC(NAME, SUFFIX) f##NAME = \ macro