Searched refs:protectProto (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tools/glgen2/registry/ |
D | genheaders.py | 266 protectProto = protect variable 283 protectProto = protectProto, 302 protectProto = protectProto, 321 …protectProto = False, # Core ES API functions are in the static link librari… 340 protectProto = protectProto, 359 …protectProto = protectProto, # Core ES API functions are in the static link librari… 378 protectProto = protectProto, 397 …protectProto = protectProto, # Core ES API functions are in the static link librari… 416 …protectProto = protectProto, # Core ES API functions are in the static link librari… 435 protectProto = False, [all …]
|
D | reg.py | 304 protectProto = True, argument 316 self.protectProto = protectProto 591 if (self.genOpts.protectProto): 594 if (self.genOpts.protectProto):
|