Home
last modified time | relevance | path

Searched refs:PrettyPrint (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DGrSKSLPrettyPrintTest.cpp106 SkString test = GrSKSLPrettyPrint::PrettyPrint(testStr.begin(), lengths.begin(), in DEF_TEST()
120 ASSERT(GrSKSLPrettyPrint::PrettyPrint(testStr.begin(), lengths.begin(), 1, in DEF_TEST()
/external/skia/src/gpu/
DGrSKSLPrettyPrint.h13 SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines);
DGrSKSLPrettyPrint.cpp195 SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines) { in PrettyPrint() function
/external/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp40 SkString sksl = GrSKSLPrettyPrint::PrettyPrint(skslStrings, lengths, count, false);
55 sksl = GrSKSLPrettyPrint::PrettyPrint(skslStrings, lengths, count, false); in translate_to_glsl()
/external/stressapptest/src/
Derror_diag.cc97 void DeviceTree::PrettyPrint(string spacer) { in PrettyPrint() function in DeviceTree
102 itr->second->PrettyPrint(spacer+spacer); in PrettyPrint()
Derror_diag.h48 void PrettyPrint(string spacer = " ");
/external/boringssl/src/util/fipstools/
Ddelocate.peg.go142 func (node *node32) PrettyPrint(buffer string) { func
190 t.AST().PrettyPrint(buffer)