HomeSort by relevance Sort by last modified time
    Searched refs:protectProto (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 266 protectProto = protect
283 protectProto = protectProto,
302 protectProto = protectProto,
321 protectProto = False, # Core ES API functions are in the static link libraries
340 protectProto = protectProto,
359 protectProto = protectProto, # Core ES API functions are in the static link librarie
    [all...]
reg.py 278 # protectProto - True if #ifdef..#endif protection should be
304 protectProto = True,
316 self.protectProto = protectProto
591 if (self.genOpts.protectProto):
594 if (self.genOpts.protectProto):
    [all...]
  /external/vulkan-validation-layers/
genvk.py 163 protectProto = protect
182 protectProto = '#ifndef',
267 protectProto = True,
288 protectProto = None,
generator.py 141 # protectProto - If conditional protection should be generated
147 # declarations, if protectProto is set
176 protectProto = None,
191 self.protectProto = protectProto
271 # protectProto - True if #ifdef..#endif protection should be
303 protectProto = True,
318 self.protectProto = protectProto
342 # protectProto - If conditional protection should be generate
    [all...]

Completed in 170 milliseconds