/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 73 int iLayerPlane ) in wglCreateLayerContext() argument 76 return (HGLRC)(UINT_PTR)DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext() 331 int iLayerPlane, in wglDescribeLayerPlane() argument 335 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane() 341 int iLayerPlane, in wglSetLayerPaletteEntries() argument 346 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries() 352 int iLayerPlane, in wglGetLayerPaletteEntries() argument 357 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries() 363 int iLayerPlane, in wglRealizeLayerPalette() argument 367 (void) iLayerPlane; in wglRealizeLayerPalette()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_pixel_format.txt | 48 4. Should wglGetPixelFormatAttrib*vEXT ignore the <iLayerPlane> parameter 51 <iLayerPlane> to be set to zero? It will just ignore the parameter. 55 6. Should wglChoosePixelFormatEXT take an <iLayerPlane> parameter? Typically 56 <iLayerPlane> would be set to zero and a pixel format would be selected 57 based on the attributes of the main plane, so there is no <iLayerPlane> 72 int iLayerPlane, 79 int iLayerPlane, 200 int iLayerPlane, 212 <iLayerPlane> specifies which plane is being queried. Positive values 213 of <iLayerPlane> identify overlay planes, where 1 is the first overlay [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_pixel_format.txt | 48 4. Should wglGetPixelFormatAttrib*vEXT ignore the <iLayerPlane> parameter 51 <iLayerPlane> to be set to zero? It will just ignore the parameter. 55 6. Should wglChoosePixelFormatEXT take an <iLayerPlane> parameter? Typically 56 <iLayerPlane> would be set to zero and a pixel format would be selected 57 based on the attributes of the main plane, so there is no <iLayerPlane> 72 int iLayerPlane, 79 int iLayerPlane, 200 int iLayerPlane, 212 <iLayerPlane> specifies which plane is being queried. Positive values 213 of <iLayerPlane> identify overlay planes, where 1 is the first overlay [all …]
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pixelformat.c | 52 stw_query_attrib(HDC hdc, int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) in stw_query_attrib() argument 118 if (iLayerPlane != 0) in stw_query_attrib() 482 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribfvARB() argument 491 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane, in wglGetPixelFormatAttribfvARB() 502 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB() argument 509 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane, in wglGetPixelFormatAttribivARB()
|
D | stw_pixelformat.c | 406 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, in DrvDescribeLayerPlane() argument 415 DrvGetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvGetLayerPaletteEntries() argument 424 DrvSetLayerPaletteEntries(HDC hdc, INT iLayerPlane, INT iStart, in DrvSetLayerPaletteEntries() argument 433 DrvRealizeLayerPalette(HDC hdc, INT iLayerPlane, BOOL bRealize) in DrvRealizeLayerPalette() argument
|
D | stw_context.h | 52 struct stw_context *stw_create_context_attribs(HDC hdc, INT iLayerPlane,
|
D | stw_context.c | 127 DrvCreateLayerContext(HDC hdc, INT iLayerPlane) in DrvCreateLayerContext() argument 129 struct stw_context *ctx = stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0, in DrvCreateLayerContext() 167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, in stw_create_context_attribs() argument 180 if (iLayerPlane != 0) in stw_create_context_attribs()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_pixel_format.txt | 69 5. Should wglGetPixelFormatAttrib*vARB ignore the <iLayerPlane> parameter 72 <iLayerPlane> to be set to zero? It will just ignore the parameter. 78 7. Should wglChoosePixelFormatARB take an <iLayerPlane> parameter? 79 Typically <iLayerPlane> would be set to zero and a pixel format would 81 <iLayerPlane> parameter. This should be OK; applications won't 110 int iLayerPlane, 117 int iLayerPlane, 239 int iLayerPlane, 251 <iLayerPlane> specifies which plane is being queried. Positive 252 values of <iLayerPlane> identify overlay planes, where 1 is the [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_pixel_format.txt | 79 5. Should wglGetPixelFormatAttrib*vARB ignore the <iLayerPlane> parameter 82 <iLayerPlane> to be set to zero? It will just ignore the parameter. 88 7. Should wglChoosePixelFormatARB take an <iLayerPlane> parameter? 89 Typically <iLayerPlane> would be set to zero and a pixel format would 91 <iLayerPlane> parameter. This should be OK; applications won't 120 int iLayerPlane, 127 int iLayerPlane, 249 int iLayerPlane, 261 <iLayerPlane> specifies which plane is being queried. Positive 262 values of <iLayerPlane> identify overlay planes, where 1 is the [all …]
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wgl.h | 101 typedef int (WINAPI * PFNWGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 104 typedef BOOL (WINAPI * PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize); 105 typedef int (WINAPI * PFNWGLSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 128 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 131 BOOL WINAPI wglRealizeLayerPalette (HDC hdc, int iLayerPlane, BOOL bRealize); 132 int WINAPI wglSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 307 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 308 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… [all …]
|
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 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 222 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 486 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 487 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 490 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 491 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/openGLES/api/GL/ |
D | wgl.h | 82 typedef int (WINAPI * PFNWGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 85 typedef BOOL (WINAPI * PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize); 86 typedef int (WINAPI * PFNWGLSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 109 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 112 BOOL WINAPI wglRealizeLayerPalette (HDC hdc, int iLayerPlane, BOOL bRealize); 113 int WINAPI wglSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 131 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 136 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 293 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 294 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… [all …]
|
D | wglext.h | 40 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 45 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 202 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 203 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 206 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 207 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 472 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 473 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 476 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 477 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 101 typedef int (WINAPI * PFNWGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 104 typedef BOOL (WINAPI * PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize); 105 typedef int (WINAPI * PFNWGLSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 128 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 131 BOOL WINAPI wglRealizeLayerPalette (HDC hdc, int iLayerPlane, BOOL bRealize); 132 int WINAPI wglSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 312 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 313 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 101 typedef int (WINAPI * PFNWGLGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 104 typedef BOOL (WINAPI * PFNWGLREALIZELAYERPALETTEPROC) (HDC hdc, int iLayerPlane, BOOL bRealize); 105 typedef int (WINAPI * PFNWGLSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int … 128 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 131 BOOL WINAPI wglRealizeLayerPalette (HDC hdc, int iLayerPlane, BOOL bRealize); 132 int WINAPI wglSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 150 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 155 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 312 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 313 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
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 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 222 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 486 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 487 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 490 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 491 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 218 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 219 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 476 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 477 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 480 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 481 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType); 218 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 219 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 476 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 477 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 480 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 481 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/mesa3d/include/GL/ |
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 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 222 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 491 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 492 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 495 BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 496 BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 213 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() argument 276 BOOL GL_APIENTRY wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) in wglRealizeLayerPalette() argument 283 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() argument
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 217 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() argument 280 BOOL GL_APIENTRY wglRealizeLayerPalette(HDC hdc, int iLayerPlane, BOOL bRealize) in wglRealizeLayerPalette() argument 287 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() argument
|
/third_party/flutter/skia/src/utils/win/ |
D | SkWGL_win.cpp | 58 int iLayerPlane, in getPixelFormatAttribiv() argument 62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv() 68 int iLayerPlane, in getPixelFormatAttribfv() argument 72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv()
|
/third_party/skia/src/utils/win/ |
D | SkWGL_win.cpp | 58 int iLayerPlane, in getPixelFormatAttribiv() argument 62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv() 68 int iLayerPlane, in getPixelFormatAttribfv() argument 72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.h | 47 int iLayerPlane,
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | wglew.h | 130 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType); 306 …* PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 307 …* PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 571 …* PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut… 572 …* PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribut…
|