| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_wgl.c | 76 int iLayerPlane ) 79 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane ); 340 int iLayerPlane, 344 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); 350 int iLayerPlane, 355 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); 361 int iLayerPlane, 366 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); 372 int iLayerPlane, 376 (void) iLayerPlane; 74 wglCreateLayerContext(HDC hdc,int iLayerPlane) argument 337 wglDescribeLayerPlane(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nBytes,LPLAYERPLANEDESCRIPTOR plpd) argument 348 wglSetLayerPaletteEntries(HDC hdc,int iLayerPlane,int iStart,int cEntries,CONST COLORREF * pcr) argument 359 wglGetLayerPaletteEntries(HDC hdc,int iLayerPlane,int iStart,int cEntries,COLORREF * pcr) argument 370 wglRealizeLayerPalette(HDC hdc,int iLayerPlane,BOOL bRealize) argument [all...] |
| H A D | stw_context.h | 51 DHGLRC stw_create_context_attribs(HDC hdc, INT iLayerPlane,
|
| H A D | stw_ext_pixelformat.c | 52 stw_query_attrib(int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) argument 118 if (iLayerPlane != 0) 481 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 492 if (!stw_query_attrib(iPixelFormat, iLayerPlane, 503 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 512 if (!stw_query_attrib(iPixelFormat, iLayerPlane,
|
| H A D | stw_pixelformat.c | 376 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, argument 385 DrvGetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, argument 394 DrvSetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, argument 403 DrvRealizeLayerPalette(HDC hdc, INT iLayerPlane, BOOL bRealize) argument
|
| H A D | stw_context.c | 127 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) argument 129 return stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0, 162 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext, argument 178 if (iLayerPlane != 0)
|
| H A D | stw_icd.h | 526 INT iLayerPlane ); 540 INT iLayerPlane, 554 INT iLayerPlane, 569 INT iLayerPlane, 590 INT iLayerPlane,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/ |
| H A D | stw_wgl.c | 73 int iLayerPlane ) 76 return (HGLRC)(UINT_PTR)DrvCreateLayerContext( hdc, iLayerPlane ); 331 int iLayerPlane, 335 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); 341 int iLayerPlane, 346 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); 352 int iLayerPlane, 357 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); 363 int iLayerPlane, 367 (void) iLayerPlane; 71 wglCreateLayerContext(HDC hdc,int iLayerPlane) argument 328 wglDescribeLayerPlane(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nBytes,LPLAYERPLANEDESCRIPTOR plpd) argument 339 wglSetLayerPaletteEntries(HDC hdc,int iLayerPlane,int iStart,int cEntries,CONST COLORREF * pcr) argument 350 wglGetLayerPaletteEntries(HDC hdc,int iLayerPlane,int iStart,int cEntries,COLORREF * pcr) argument 361 wglRealizeLayerPalette(HDC hdc,int iLayerPlane,BOOL bRealize) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 47 int iLayerPlane, 54 int iLayerPlane,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.h | 52 struct stw_context *stw_create_context_attribs(HDC hdc, INT iLayerPlane,
|
| H A D | stw_ext_pixelformat.c | 52 stw_query_attrib(HDC hdc, int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) argument 118 if (iLayerPlane != 0) 482 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 491 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane, 502 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 509 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane,
|
| H A D | stw_pixelformat.c | 406 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, argument 415 DrvGetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, argument 424 DrvSetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, argument 433 DrvRealizeLayerPalette(HDC hdc, INT iLayerPlane, BOOL bRealize) argument
|
| H A D | stw_context.c | 127 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) argument 129 struct stw_context *ctx = stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0, 167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, argument 180 if (iLayerPlane != 0)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 486 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 487 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 490 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 491 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UIN [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 491 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 492 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 495 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 496 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UIN [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.h | 459 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 464 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 485 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 486 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 489 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 490 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues); 607 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 608 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues); 611 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 612 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UIN [all...] |
| H A D | wglext.spec | 63 CreateBufferRegionARB(hDC, iLayerPlane, uType) 66 param iLayerPlane int in value 124 GetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) 128 param iLayerPlane int in value 134 GetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) 138 param iLayerPlane int in value 394 GetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) 398 param iLayerPlane int in value 404 GetPixelFormatAttribfvEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) 408 param iLayerPlane in [all...] |