Home | History | Annotate | Download | only in viewer

Lines Matching defs:msaa

74 static DEFINE_int32(msaa, 1, "Number of subpixel samples. 0 for no HW antialiasing.");
163 const char* kMSAAStateName = "MSAA";
815 int msaa = fWindow->sampleCount();
816 if (msaa > 1) {
817 title.appendf(" MSAA: %i", msaa);
979 // Don't allow the window to re-attach. If we're in MSAA mode, the params we grabbed above
1528 ImGui::Text("MSAA: "); ImGui::SameLine();
2054 // MSAA state
2064 for (int msaa : {4, 8, 16}) {
2065 writer.appendS32(msaa);