Home
last modified time | relevance | path

Searched refs:countlines (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/builders/
DGrGLSLPrettyPrint.cpp18 bool countlines) { in prettify() argument
19 fCountlines = countlines; in prettify()
199 bool countlines) { in PrettyPrintGLSL() argument
201 return pp.prettify(strings, lengths, count, countlines); in PrettyPrintGLSL()
/external/skia/include/gpu/gl/
DGrGLSLPrettyPrint.h16 bool countlines);