Home
last modified time | relevance | path

Searched defs:modifiers (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_formats.h136 static inline int mali_gralloc_format_wrapper(int format, int modifiers) in mali_gralloc_format_wrapper()
170 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py724 def generate(self, tp, name, arglist, modifiers=[]): argument
757 def generatemodifiers(self, classname, name, modifiers): argument
DbgenGenerator.py18 def __init__(self, name, condition=None, callname=None, modifiers=None): argument