Home | History | Annotate | Download | only in viewer

Lines Matching defs:msaa

77 static DEFINE_int32(msaa, 1, "Number of subpixel samples. 0 for no HW antialiasing.");
184 const char* kMSAAStateName = "MSAA";
866 int msaa = fWindow->sampleCount();
867 if (msaa > 1) {
868 title.appendf(" MSAA: %i", msaa);
1030 // Don't allow the window to re-attach. If we're in MSAA mode, the params we grabbed above
1496 ImGui::Text("MSAA: "); ImGui::SameLine();
2040 // MSAA state
2050 for (int msaa : {4, 8, 16}) {
2051 writer.appendS32(msaa);