/third_party/openGLES/xml/ |
H A D | genglvnd.py | 240 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 D | genheaders.py | 191 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 D | reg.py | 260 # 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 D | genglvnd.py | 270 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 D | genheaders.py | 269 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 D | reg.py | 271 # 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 D | genheaders.py | 196 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 D | reg.py | 261 # 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 D | genheaders.py | 271 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 D | reg.py | 272 # 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 D | genvk.py | 494 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 D | cgenerator.py | 26 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 D | schema_generator.py | 52 protectProto=None, 80 self.protectProto = protectProto 84 """#ifdef/#ifndef symbol to use around prototype declarations, if protectProto is set"""
|
H A D | json_h_generator.py | 52 protectProto=None,
|
H A D | json_c_generator.py | 101 protectProto=None,
|
H A D | json_generator.py | 266 protectProto=None,
|
H A D | json_parser.py | 317 protectProto=None,
|
/third_party/vulkan-headers/registry/ |
H A D | cgenerator.py | 26 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 D | gen_vulkan_header.py | 182 protectProto = '#ifndef',
|