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

  /external/vulkan-validation-layers/scripts/
object_tracker_generator.py 235 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'isoptional', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy', 'feature_protect'])
573 isdestroy=False,
    [all...]
unique_objects_generator.py 186 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy', 'feature_protect'])
399 isdestroy=False,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
unique_objects_generator.py 165 self.CommandParam = namedtuple('CommandParam', ['type', 'name', 'ispointer', 'isconst', 'iscount', 'len', 'extstructs', 'cdecl', 'islocal', 'iscreate', 'isdestroy'])
363 isdestroy=False))
620 if cmd_info[0].isdestroy:
    [all...]

Completed in 68 milliseconds