Lines Matching refs:API
31 # Core API features (those defined with a <feature> tag)
75 # apiname - string matching <api> 'apiname' attribute, e.g. 'gl'.
76 # profile - string specifying API profile , e.g. 'core', or None.
77 # versions - regex matching API versions to process interfaces for.
79 # emitversions - regex matching API versions to actually emit
93 # Default is core API versions, ARB/KHR/OES extensions, all
98 """Represents options during header production from an API registry"""
402 # OutputGenerator - base class for generating API interfaces.
441 """Generate specified API interfaces in a specific style, such as a C header"""
718 # Generates C-language API interfaces.
734 """Generate specified API interfaces in a specific style, such as a C header"""
771 # write(' * API:', genOpts.apiname, file=self.outFile)
901 # core API enumerants, not extension enumerants. This is inferred
954 # Generates AsciiDoc includes with C-language API interfaces, for reference
974 """Generate specified API interfaces in a specific style, such as a C header"""
1123 # Generates Python data structures describing API names.
1139 """Generate specified API interfaces in a specific style, such as a C header"""
1274 """Generate specified API interfaces in a specific style, such as a C header"""
2350 """Generate specified API interfaces in a specific style, such as a C header"""
2675 API = cmdinfo.elem.attrib.get('name').replace('vk','pTable->',1)
2676 self.appendSection('command', ' ' + assignresult + API + '(' + paramstext + ');')