Lines Matching defs:string
6 import io,os,re,string,sys
15 # noneStr - returns string argument, or "" if argument is None.
17 # str - string to convert
26 # api - string naming the API to match
27 # profile - string naming the profile to match
42 # 'string' None Always matches
43 # None 'string' Does not match. Can't generate multiple APIs
46 # 'string' 'string' Strings must match
119 # glxequiv - equivalent command at GLX dispatch level { None, string }
121 # { None, string }
133 # name - feature name string (e.g. 'GL_ARB_multitexture')
154 # Sorts by category of the feature name string:
194 # apiname - string matching <api> 'apiname' attribute, e.g. 'gl'.
195 # profile - string specifying API profile , e.g. 'core', or None.
202 # defaultExtensions - If not None, a string which must in its
239 # or extension names for None or the empty string.
266 # apicall - string to use for the function declaration prefix,
268 # apientry - string to use for the calling convention macro,
270 # apientryp - string to use for the calling convention macro
604 # Replace <apientry /> tags with an APIENTRY-style string
606 # If the resulting text is an empty string, don't emit it.
891 # api - string specifying API name being generated
892 # profile - string specifying API profile being generated