Searched refs:PFNWGLCREATECONTEXTATTRIBSARBPROC (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwgl.c48 RESOLVE_DECL(PFNWGLCREATECONTEXTATTRIBSARBPROC);
58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB");
75 CHECK_RESOLVED(PFNWGLCREATECONTEXTATTRIBSARBPROC, NULL);
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_);
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwgl.c48 RESOLVE_DECL(PFNWGLCREATECONTEXTATTRIBSARBPROC);
58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB");
75 CHECK_RESOLVED(PFNWGLCREATECONTEXTATTRIBSARBPROC, NULL);
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_);
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c53 static PFNWGLCREATECONTEXTATTRIBSARBPROC wglCreateContextAttribsARB_func;
199 (PFNWGLCREATECONTEXTATTRIBSARBPROC)
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); typedef in typeref:typename:HGLRC (WINAPI *)(HDC hDC,HGLRC hShareContext,const int * attribList)
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dwglext.h87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); typedef in typeref:typename:HGLRC (WINAPI *)(HDC hDC,HGLRC hShareContext,const int * attribList)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h545 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList); typedef in typeref:typename:HGLRC (WINAPI *)(HDC hDC,HGLRC hShareContext,const int * attribList)

Completed in 12 milliseconds