Lines Matching refs:api_prefix
267 Implemented in terms of api_prefix."""
269 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
276 Implemented in terms of command_prefix (and in turn, api_prefix)."""
284 def api_prefix(self):
298 Assumed to be the same as api_prefix, but some APIs use different
301 return self.api_prefix
332 Implemented in terms of api_prefix.
335 return self.api_prefix + 'VERSION_'
341 Implemented in terms of api_prefix.
344 return self.api_prefix + 'KHR_'
350 Implemented in terms of api_prefix.
353 return self.api_prefix + 'EXT_'