Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
DViewer.cpp2586 auto stringBox = [](const char* label, std::string* str) { in drawImGui() local
2596 stringBox("##VP", &entry.fShader[kVertex_GrShaderType]); in drawImGui()
2597 stringBox("##FP", &entry.fShader[kFragment_GrShaderType]); in drawImGui()
2680 auto stringBox = [](const char* label, std::string* str) { in drawImGui() local
2690 stringBox("##VM", &dumpString); in drawImGui()
2701 stringBox("##ASM", asmString); in drawImGui()