Lines Matching defs:string
6 import io,os,re,string,sys
16 # noneStr - returns string argument, or "" if argument is None.
18 # str - string to convert
27 # api - string naming the API to match
28 # profile - string naming the profile to match
43 # 'string' None Always matches
44 # None 'string' Does not match. Can't generate multiple APIs
47 # 'string' 'string' Strings must match
120 # glxequiv - equivalent command at GLX dispatch level { None, string }
122 # { None, string }
134 # name - feature name string (e.g. 'GL_ARB_multitexture')
155 # Sorts by category of the feature name string:
195 # apiname - string matching <api> 'apiname' attribute, e.g. 'gl'.
196 # profile - string specifying API profile , e.g. 'core', or None.
203 # defaultExtensions - If not None, a string which must in its
240 # or extension names for None or the empty string.
267 # apicall - string to use for the function declaration prefix,
269 # apientry - string to use for the calling convention macro,
271 # apientryp - string to use for the calling convention macro
613 # Replace <apientry /> tags with an APIENTRY-style string
615 # If the resulting text is an empty string, don't emit it.
900 # api - string specifying API name being generated
901 # profile - string specifying API profile being generated