Home
last modified time | relevance | path

Searched refs:indentTextBlock (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/scripts/
Dgenutil.py44 def indentTextBlock(text, indent): function
54 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent))
57 f.write(indentTextBlock("\nend # %s\n" % case.name, indent))
63 f.write(indentTextBlock(str(case) + "\n", indent))
/external/deqp/modules/gles31/scripts/
Dgenutil.py44 def indentTextBlock(text, indent): function
54 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent))
57 f.write(indentTextBlock("\nend # %s\n" % case.name, indent))
63 f.write(indentTextBlock(str(case) + "\n", indent))
/external/deqp/modules/gles3/scripts/
Dgenutil.py44 def indentTextBlock(text, indent): function
54 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent))
57 f.write(indentTextBlock("\nend # %s\n" % case.name, indent))
63 f.write(indentTextBlock(str(case) + "\n", indent))