Searched refs:PFNWGLCREATECONTEXTATTRIBSARBPROC (Results 1 – 3 of 3) sorted by relevance
48 RESOLVE_DECL(PFNWGLCREATECONTEXTATTRIBSARBPROC);58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB"); in wglResolveExtensionProcs()75 CHECK_RESOLVED(PFNWGLCREATECONTEXTATTRIBSARBPROC, NULL); in wglCreateContextAttribsARB()76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_); in wglCreateContextAttribsARB()
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef