Searched refs:stringBox (Results 1 – 1 of 1) sorted by relevance
2586 auto stringBox = [](const char* label, std::string* str) { in drawImGui() local2596 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() local2690 stringBox("##VM", &dumpString); in drawImGui()2701 stringBox("##ASM", asmString); in drawImGui()