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

  /external/deqp/scripts/egl/
enums.py 27 from khr_util.format import indentLines, normalizeConstant
52 writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface.enums)))
str_util.py 27 from khr_util.format import indentLines
152 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
proc_address_tests.py 31 from khr_util.format import indentLines
67 for line in indentLines(entries):
library.py 24 from khr_util.format import indentLines, commandParams, commandArgs
common.py 92 lines = khr_util.format.indentLines(lines)
call_log_wrapper.py 27 from khr_util.format import indentLines
  /external/deqp/scripts/opengl/
gen_enums.py 32 src = indentLines(map(enumDefinition, iface.enums))
gen_ext_init.py 43 for line in indentLines(genInit(command) for command in extIface.commands):
gen_str_util.py 959 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
src_util.py 124 lines = indentLines(lines)
157 indentLines = khr_util.format.indentLines
gen_wrapper.py 43 src = indentLines(chain(defines, prototypes))
  /external/deqp/scripts/khr_util/
gen_str_util.py 24 from format import indentLines
88 for caseLine in indentLines(genCases()):
111 for fieldLine in indentLines(genFields()):
143 for caseLine in indentLines(genCases()):
171 for caseLine in indentLines(genCases()):
format.py 47 def indentLines (lines):
  /external/deqp/external/vulkancts/
gen_framework.py 30 from khr_util.format import indentLines, writeInlFile
440 for line in indentLines(["\t%s\t= %s," % v for v in enum.values]):
453 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
462 for line in indentLines(["\t%s\t%s;" % (m.type, m.name) for m in type.members]):
474 for line in indentLines(genLines(handles)):
479 for line in indentLines(["enum { %s\t= %s\t};" % define for define in api.definitions]):
493 for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s);" % (s, c) for n, s, c in PLATFORM_TYPES]):
517 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
524 writeInlFile(filename, INL_HEADER, indentLines(genTypes()))
527 writeInlFile(filename, INL_HEADER, indentLines(["%s\t%s;" % (getFunctionTypeName(function), getInterfaceName(function)) for function in api.funct (…)
    [all...]

Completed in 297 milliseconds