Home
last modified time | relevance | path

Searched refs:protectProto (Results 1 - 19 of 19) sorted by relevance

/third_party/openGLES/xml/
H A Dgenglvnd.py240 protectProto = protect variable
257 protectProto = protectProto,
276 protectProto = False, # gl.h always includes prototypes
295 protectProto = protectProto,
314 protectProto = False, # Core ES API functions are in the static link libraries
333 protectProto = protectProto,
352 protectProto
[all...]
H A Dgenheaders.py191 protectProto = protect variable
208 protectProto = protectProto,
227 protectProto = protectProto,
246 protectProto = False, # Core ES API functions are in the static link libraries
265 protectProto = protectProto,
284 protectProto = 'nonzero', # Core ES API functions are in the static link libraries
303 protectProto
[all...]
H A Dreg.py260 # protectProto - Controls cpp protection around prototypes:
288 protectProto = True,
300 self.protectProto = protectProto
575 if (self.genOpts.protectProto == True):
578 elif (self.genOpts.protectProto == 'nonzero'):
581 elif (self.genOpts.protectProto == False):
586 '*** Unrecognized value for protectProto:',
587 self.genOpts.protectProto,
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py270 protectProto = protect variable
287 protectProto = protectProto,
306 protectProto = False, # gl.h always includes prototypes
325 protectProto = protectProto,
344 protectProto = False, # Core ES API functions are in the static link libraries
363 protectProto = protectProto,
382 protectProto
[all...]
H A Dgenheaders.py269 protectProto = protect variable
286 protectProto = protectProto,
305 protectProto = protectProto,
324 protectProto = False, # Core ES API functions are in the static link libraries
343 protectProto = protectProto,
362 protectProto = 'nonzero', # Core ES API functions are in the static link libraries
381 protectProto
[all...]
H A Dreg.py271 # protectProto - Controls cpp protection around prototypes:
299 protectProto = True,
311 self.protectProto = protectProto
586 if (self.genOpts.protectProto == True):
589 elif (self.genOpts.protectProto == 'nonzero'):
592 elif (self.genOpts.protectProto == False):
597 '*** Unrecognized value for protectProto:',
598 self.genOpts.protectProto,
/third_party/EGL/api/
H A Dgenheaders.py196 protectProto = protect variable
213 protectProto = protectProto,
232 protectProto = protectProto,
251 protectProto = False, # Core ES API functions are in the static link libraries
270 protectProto = protectProto,
289 protectProto = 'nonzero', # Core ES API functions are in the static link libraries
308 protectProto
[all...]
H A Dreg.py261 # protectProto - Controls cpp protection around prototypes:
289 protectProto = True,
301 self.protectProto = protectProto
584 if (self.genOpts.protectProto == True):
587 elif (self.genOpts.protectProto == 'nonzero'):
590 elif (self.genOpts.protectProto == False):
595 '*** Unrecognized value for protectProto:',
596 self.genOpts.protectProto,
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py271 protectProto = protect variable
288 protectProto = protectProto,
307 protectProto = protectProto,
326 protectProto = False, # Core ES API functions are in the static link libraries
345 protectProto = protectProto,
364 protectProto = 'nonzero', # Core ES API functions are in the static link libraries
383 protectProto
[all...]
H A Dreg.py272 # protectProto - Controls cpp protection around prototypes:
300 protectProto = True,
312 self.protectProto = protectProto
595 if (self.genOpts.protectProto == True):
598 elif (self.genOpts.protectProto == 'nonzero'):
601 elif (self.genOpts.protectProto == False):
606 '*** Unrecognized value for protectProto:',
607 self.genOpts.protectProto,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py494 protectProto = '#ifndef',
536 protectProto = '#ifndef',
567 protectProto = '#ifndef',
595 protectProto = '#ifndef',
623 protectProto = '#ifndef',
651 protectProto = '#ifndef',
678 protectProto = '#ifndef',
711 protectProto = '#ifndef',
738 protectProto = '#ifndef',
764 protectProto
[all...]
H A Dcgenerator.py26 protectProto=None,
55 - protectProto - If conditional protection should be generated
61 declarations, if protectProto is set
106 self.protectProto = protectProto
110 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
271 if self.genOpts.protectProto:
272 write(self.genOpts.protectProto,
283 if self.genOpts.protectProto:
285 self._endProtectComment(protect_directive=self.genOpts.protectProto,
[all...]
H A Dschema_generator.py52 protectProto=None,
80 self.protectProto = protectProto
84 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
H A Djson_h_generator.py52 protectProto=None,
H A Djson_c_generator.py101 protectProto=None,
H A Djson_generator.py266 protectProto=None,
H A Djson_parser.py317 protectProto=None,
/third_party/vulkan-headers/registry/
H A Dcgenerator.py26 protectProto=None,
55 - protectProto - If conditional protection should be generated
61 declarations, if protectProto is set
106 self.protectProto = protectProto
110 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
271 if self.genOpts.protectProto:
272 write(self.genOpts.protectProto,
283 if self.genOpts.protectProto:
285 self._endProtectComment(protect_directive=self.genOpts.protectProto,
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_vulkan_header.py182 protectProto = '#ifndef',

Completed in 20 milliseconds