Home
last modified time | relevance | path

Searched refs:RESOLVED_PROC (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/windows/
Dwgl.c45 #define RESOLVED_PROC(type) type##proc macro
69 return RESOLVED_PROC(PFNWGLGETEXTENSIONSSTRINGARBPROC)(hdc_); in wglGetExtensionsStringARB()
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_); in wglCreateContextAttribsARB()
82 return RESOLVED_PROC(PFNWGLMAKECONTEXTCURRENTARBPROC)(hDrawDC_, hReadDC_, hglrc_); in wglMakeContextCurrentARB()
89 …return RESOLVED_PROC(PFNWGLCREATEPBUFFERARBPROC)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribL… in wglCreatePbufferARB()
95 return RESOLVED_PROC(PFNWGLGETPBUFFERDCARBPROC)(hPbuffer_); in wglGetPbufferDCARB()
101 return RESOLVED_PROC(PFNWGLRELEASEPBUFFERDCARBPROC)(hPbuffer_, hDC_); in wglReleasePbufferDCARB()
107 return RESOLVED_PROC(PFNWGLDESTROYPBUFFERARBPROC)(hPbuffer_); in wglDestroyPbufferARB()