Lines Matching refs:RadioButton
1898 ImGui::RadioButton("Raster", &newBackend, sk_app::Window::kRaster_BackendType);
1900 ImGui::RadioButton("OpenGL", &newBackend, sk_app::Window::kNativeGL_BackendType);
1903 ImGui::RadioButton("ANGLE", &newBackend, sk_app::Window::kANGLE_BackendType);
1907 ImGui::RadioButton("Dawn", &newBackend, sk_app::Window::kDawn_BackendType);
1911 ImGui::RadioButton("Vulkan", &newBackend, sk_app::Window::kVulkan_BackendType);
1915 ImGui::RadioButton("Metal", &newBackend, sk_app::Window::kMetal_BackendType);
1918 ImGui::RadioButton("Metal (Graphite)", &newBackend,
1924 ImGui::RadioButton("Direct3D", &newBackend, sk_app::Window::kDirect3D_BackendType);
1960 ImGui::RadioButton(SkStringPrintf("%d", curMSAA).c_str(),
2007 if (ImGui::RadioButton(gPathRendererNames[x].c_str(), prevPr == x)) {
2016 ImGui::RadioButton("Software", true);
2407 if (ImGui::RadioButton(label, mode == fColorMode)) {
2526 ImGui::RadioButton("SkSL", &newOptLevel, kShaderOptLevel_Source);
2528 ImGui::RadioButton("Compile", &newOptLevel, kShaderOptLevel_Compile);
2530 ImGui::RadioButton("Optimize", &newOptLevel, kShaderOptLevel_Optimize);
2532 ImGui::RadioButton("Inline", &newOptLevel, kShaderOptLevel_Inline);