Searched refs:glfwGetCurrentContext (Results 1 – 9 of 9) sorted by relevance
17 SkASSERT(glfwGetCurrentContext()); in glfw_get()22 if (nullptr == glfwGetCurrentContext()) { in GrGLMakeNativeInterface()
98 glfwGetFramebufferSize(glfwGetCurrentContext(), &width, &height); in draw_quad()
113 The window of the current context is returned by @ref glfwGetCurrentContext.116 GLFWwindow* window = glfwGetCurrentContext();
242 - @ref glfwGetCurrentContext
3841 GLFWAPI GLFWwindow* glfwGetCurrentContext(void);
3862 GLFWAPI GLFWwindow* glfwGetCurrentContext(void);
600 GLFWAPI GLFWwindow* glfwGetCurrentContext(void) in glfwGetCurrentContext() function