Searched refs:layerPlane (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_context.c | 76 int majorVersion = 1, minorVersion = 0, layerPlane = 0; in wglCreateContextAttribsARB() local 97 layerPlane = attribList[++i]; in wglCreateContextAttribsARB() 213 struct stw_context *stw_ctx = stw_create_context_attribs(hDC, layerPlane, share_stw, in wglCreateContextAttribsARB()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_wgl.cpp | 196 int layerPlane, in wglDescribeLayerPlane() 194 wglDescribeLayerPlane(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd) wglDescribeLayerPlane() argument
|
/third_party/openGLES/api/GL/ |
H A D | wgl.h | 79 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd); 106 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, LAYERPLANEDESCRIPTOR *plpd);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wgl.h | 98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd); 125 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd); 125 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR *plpd);
|
Completed in 12 milliseconds