Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds