Lines Matching refs:apiName
141 def seeAlsoList(apiName, explicitRefs=None, apiAliases=[]): argument
156 allApis.append(apiName)
537 ' * The ' + apiName + ' Specification.\n'))
583 desc = 'Unknown ' + apiName + ' flags type'
595 ' is an unknown ' + apiName + ' type, assumed to be a bitmask.\n'))
628 desc = apiName + ' object handle'
633 'by the ' + apiName + ' implementation. These handles are created or allocated\n',
634 'by the @@ TBD @@ function, and used by other ' + apiName + ' structures\n',
733 print('= ' + apiName + ' API Reference Pages',
755 [api.protos, 'protos', apiName + ' Commands'],
761 [api.basetypes, 'basetypes', apiName + ' Scalar types'],
763 [extensions, 'extensions', apiName + ' Extensions']
925 global genDict, extensions, conventions, apiName
929 apiName = conventions.api_name('api') variable
1036 (api.basetypes, apiName + ' Scalar Types'),
1037 (extensions, apiName + ' Extensions'),