Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_wgl.c71 int iLayerPlane ) in wglCreateLayerContext() argument
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext()
294 int iLayerPlane, in wglDescribeLayerPlane() argument
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane()
304 int iLayerPlane, in wglSetLayerPaletteEntries() argument
309 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries()
315 int iLayerPlane, in wglGetLayerPaletteEntries() argument
320 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries()
326 int iLayerPlane, in wglRealizeLayerPalette() argument
330 (void) iLayerPlane; in wglRealizeLayerPalette()
Dstw_ext_pixelformat.c54 int iLayerPlane, in stw_query_attrib() argument
107 if (iLayerPlane != 0) in stw_query_attrib()
465 int iLayerPlane, in wglGetPixelFormatAttribfvARB() argument
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value )) in wglGetPixelFormatAttribfvARB()
489 int iLayerPlane, in wglGetPixelFormatAttribivARB() argument
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] )) in wglGetPixelFormatAttribivARB()
Dstw_pixelformat.c351 INT iLayerPlane, in DrvDescribeLayerPlane() argument
362 INT iLayerPlane, in DrvGetLayerPaletteEntries() argument
374 INT iLayerPlane, in DrvSetLayerPaletteEntries() argument
386 INT iLayerPlane, in DrvRealizeLayerPalette() argument
Dstw_context.c127 INT iLayerPlane ) in DrvCreateLayerContext() argument
129 return stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0, in DrvCreateLayerContext()
136 INT iLayerPlane, in stw_create_context_attribs() argument
152 if (iLayerPlane != 0) in stw_create_context_attribs()
Dstw_context.h46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
Dstw_icd.h526 INT iLayerPlane );
540 INT iLayerPlane,
554 INT iLayerPlane,
569 INT iLayerPlane,
590 INT iLayerPlane,
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwgl.c584 int iLayerPlane) in wglCreateLayerContext() argument
587 if (iLayerPlane == 0) in wglCreateLayerContext()
636 int iLayerPlane, in wglDescribeLayerPlane() argument
640 (void) hdc; (void) iPixelFormat; (void) iLayerPlane; in wglDescribeLayerPlane()
647 int iLayerPlane, in wglSetLayerPaletteEntries() argument
652 (void) hdc; (void) iLayerPlane; (void) iStart; in wglSetLayerPaletteEntries()
659 int iLayerPlane, in wglGetLayerPaletteEntries() argument
664 (void) hdc; (void) iLayerPlane; (void) iStart; (void) cEntries; (void) pcr; in wglGetLayerPaletteEntries()
670 int iLayerPlane, in wglRealizeLayerPalette() argument
673 (void) hdc; (void) iLayerPlane; (void) bRealize; in wglRealizeLayerPalette()
/external/swiftshader/include/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
211 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
212 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
215 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
216 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
469 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
470 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
473 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
474 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
/external/mesa3d/include/GL/
Dwglext.h453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
483 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
484 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n…
605 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
606 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
/external/skia/src/utils/win/
DSkWGL_win.cpp57 int iLayerPlane, in getPixelFormatAttribiv() argument
61 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv()
67 int iLayerPlane, in getPixelFormatAttribfv() argument
71 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane
123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...