Searched refs:iLayerPlane (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c76 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 Dstw_context.h51 DHGLRC stw_create_context_attribs(HDC hdc, INT iLayerPlane,
H A Dstw_ext_pixelformat.c52 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 Dstw_pixelformat.c376 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 Dstw_context.c127 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 Dstw_icd.h526 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 Dstw_wgl.c73 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 Dwgl_ext_api.h47 int iLayerPlane,
54 int iLayerPlane,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.h52 struct stw_context *stw_create_context_attribs(HDC hdc, INT iLayerPlane,
H A Dstw_ext_pixelformat.c52 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 Dstw_pixelformat.c406 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 Dstw_context.c127 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 Dwglext.h59 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 Dwglext.h59 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 Dwglext.h459 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 Dwglext.spec63 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...]

Completed in 19 milliseconds