Searched refs:PFNWGLCREATEPBUFFERARBPROC (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | wgl.c | 50 RESOLVE_DECL(PFNWGLCREATEPBUFFERARBPROC); 60 PRERESOLVE(PFNWGLCREATEPBUFFERARBPROC, "wglCreatePbufferARB"); 88 CHECK_RESOLVED(PFNWGLCREATEPBUFFERARBPROC, NULL); 89 return RESOLVED_PROC(PFNWGLCREATEPBUFFERARBPROC)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribList_);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | wgl.c | 50 RESOLVE_DECL(PFNWGLCREATEPBUFFERARBPROC); 60 PRERESOLVE(PFNWGLCREATEPBUFFERARBPROC, "wglCreatePbufferARB"); 88 CHECK_RESOLVED(PFNWGLCREATEPBUFFERARBPROC, NULL); 89 return RESOLVED_PROC(PFNWGLCREATEPBUFFERARBPROC)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribList_);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); typedef in typeref:typename:HPBUFFERARB (WINAPI *)(HDC hDC,int iPixelFormat,int iWidth,int iHeight,const int * piAttribList)
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); typedef in typeref:typename:HPBUFFERARB (WINAPI *)(HDC hDC,int iPixelFormat,int iWidth,int iHeight,const int * piAttribList)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.h | 513 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); typedef in typeref:typename:HPBUFFERARB (WINAPI *)(HDC hDC,int iPixelFormat,int iWidth,int iHeight,const int * piAttribList)
|
Completed in 12 milliseconds