Lines Matching refs:previous
349 _GLFWwindow* previous;
362 previous = _glfwPlatformGetTls(&_glfw.contextSlot);
374 glfwMakeContextCurrent((GLFWwindow*) previous);
392 glfwMakeContextCurrent((GLFWwindow*) previous);
424 glfwMakeContextCurrent((GLFWwindow*) previous);
454 glfwMakeContextCurrent((GLFWwindow*) previous);
470 glfwMakeContextCurrent((GLFWwindow*) previous);
569 // previous uses of our bit of VRAM
579 glfwMakeContextCurrent((GLFWwindow*) previous);
621 _GLFWwindow* previous;
623 previous = _glfwPlatformGetTls(&_glfw.contextSlot);
632 if (previous)
634 if (!window || window->context.source != previous->context.source)
635 previous->context.makeCurrent(NULL);