Home | History | Annotate | Download | only in gen

Lines Matching refs:asdf

1067 					asdf = func.static_glx_name(n)
1068 if asdf not in func.static_entry_points:
1069 print 'extern _X_HIDDEN %s gl%s(%s);' % (func.return_type, asdf, params)
1072 print '#define gl_dispatch_stub_%s gl%s' % (n, asdf)
1074 print 'GLAPI %s GLAPIENTRY gl%s(%s);' % (func.return_type, asdf, params)