Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp450 const char *underscoreSplitter = out.endsWith('_') ? "x" : ""; in nameVariable() local
451 out.appendf("%s%s", underscoreSplitter, suffix.c_str()); in nameVariable()