Home | History | Annotate | Download | only in viewer

Lines Matching refs:msaa

162 DEFINE_int32(msaa, 0, "Number of subpixel samples. 0 for no HW antialiasing.");
234 const char* kMSAAStateName = "MSAA";
575 if (int msaa = fWindow->sampleCount()) {
576 title.appendf(" MSAA: %i", msaa);
691 // Don't allow the window to re-attach. If we're in MSAA mode, the params we grabbed above
1037 ImGui::Text("MSAA: "); ImGui::SameLine();
1279 // MSAA state
1287 for (int msaa : {0, 4, 8, 16}) {
1288 msaaState[kOptions].append(Json::Value(msaa));