Searched refs:wglGetCurrentContext (Results 1 – 16 of 16) sorted by relevance
30 if (nullptr == wglGetCurrentContext()) { in GrGLMakeNativeInterface()41 SkASSERT(wglGetCurrentContext()); in GrGLMakeNativeInterface()
61 SkASSERT(wglGetCurrentContext()); in win_get_gl_proc()72 if (nullptr == wglGetCurrentContext()) { in GrGLMakeNativeInterface()
30 auto glrc = wglGetCurrentContext(); in context_restorer()209 if (wglGetCurrentContext() == fGlRenderContext) { in onPlatformGetAutoContextRestore()
30 auto glrc = wglGetCurrentContext(); in context_restorer()195 if (wglGetCurrentContext() == fGlRenderContext) { in onPlatformGetAutoContextRestore()
72 HGLRC hGLRC = wglGetCurrentContext(); in CreateCLContext()
352 wglGetCurrentContext = wglGetCurrentContext@0
352 wglGetCurrentContext
92 wglGetCurrentContext( VOID ) in wglGetCurrentContext() function
259 HGLRC prevGLRC = wglGetCurrentContext(); in SkWGLExtensions()353 HGLRC prevGLRC = wglGetCurrentContext(); in create_gl_context()
257 HGLRC prevGLRC = wglGetCurrentContext(); in SkWGLExtensions()351 HGLRC prevGLRC = wglGetCurrentContext(); in create_gl_context()
205 HGLRC GL_APIENTRY wglGetCurrentContext() in wglGetCurrentContext() function
1105 wglGetCurrentContext
1082 {"wglGetCurrentContext", P(wglGetCurrentContext)},
493 return (cl_context_properties)wglGetCurrentContext(); in skc_interop_get_wgl_context()
366 HGLRC hglrc = wglGetCurrentContext(); in test_fence_sync_single()
126 HGLRC WINAPI wglGetCurrentContext (void);