Home
last modified time | relevance | path

Searched refs:eComponent (Results 1 – 1 of 1) sorted by relevance

/external/deqp/scripts/khr_util/
Dregistry.py249 def addComponent(self, eComponent): argument
250 if eComponent.tag == 'require':
253 assert eComponent.tag == 'remove'
259 for typeName in eComponent.xpath('type/@name'):
261 for enumName in eComponent.xpath('enum/@name'):
263 for commandName in eComponent.xpath('command/@name'):
267 for eComponent in elem.xpath('require|remove'):
268 cApi = eComponent.get('api')
269 cProfile = eComponent.get('profile')
270 if (matchApi(api, eComponent.get('api')) and
[all …]