Home | History | Annotate | Download | only in main

Lines Matching refs:Alias

289     alias = apiutil.ConversionFunction(funcName)
293 if not alias:
294 # There may still be a Mesa alias for the function
295 if apiutil.Alias(funcName):
296 passthroughFuncName = "%s%s" % (aliasprefix, apiutil.Alias(funcName))
299 else: # a specific alias is provided
300 passthroughFuncName = "%s%s" % (aliasprefix, alias)