Lines Matching refs:api_prefix
193 Implemented in terms of api_prefix."""
195 self._command_prefix = self.api_prefix[:].replace('_', '').lower()
202 Implemented in terms of command_prefix (and in turn, api_prefix)."""
209 def api_prefix(self):
221 Implemented in terms of api_prefix.
224 return self.api_prefix + 'VERSION_'
230 Implemented in terms of api_prefix.
233 return self.api_prefix + 'KHR_'
239 Implemented in terms of api_prefix.
242 return self.api_prefix + 'EXT_'