Lines Matching refs:robustness
154 if (ctxconfig->robustness)
156 if (ctxconfig->robustness != GLFW_NO_RESET_NOTIFICATION &&
157 ctxconfig->robustness != GLFW_LOSE_CONTEXT_ON_RESET)
160 "Invalid context robustness mode 0x%08X",
161 ctxconfig->robustness);
522 // Read back robustness strategy
533 window->context.robustness = GLFW_LOSE_CONTEXT_ON_RESET;
535 window->context.robustness = GLFW_NO_RESET_NOTIFICATION;
540 // Read back robustness strategy
551 window->context.robustness = GLFW_LOSE_CONTEXT_ON_RESET;
553 window->context.robustness = GLFW_NO_RESET_NOTIFICATION;