Searched refs:_supported (Results 1 – 5 of 5) sorted by relevance
47 self._supported = None54 if self._supported is None:56 self._supported = False58 self._supported = False60 self._supported = False62 self._supported = False64 self._supported = self._is_outdated_version()66 self._supported = True67 return self._supported
42 bool is_##Ext##_supported(unsigned OCLVer) const { \52 return is_##Ext##_supported(CLVer) && (Core == ~0U || CLVer < Core); \60 return is_##Ext##_supported(CLVer) && Core != ~0U && CLVer >= Core; \
40 self._supported = self._exists_on_client()43 return self._supported
33 def _supported(self, event, key_name): member in hardware_Keyboard64 if not all(self._supported(high_key_event, key_name)
961 if (TI.getSupportedOpenCLOpts().is_##Ext##_supported( \ in InitializePredefinedMacros()