Searched refs:layerPlane (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_context.c | 62 int majorVersion = 1, minorVersion = 0, layerPlane = 0; in wglCreateContextAttribsARB() local 81 layerPlane = attribList[++i]; in wglCreateContextAttribsARB() 186 c = stw_create_context_attribs(hDC, layerPlane, share_dhglrc, in wglCreateContextAttribsARB()
|
/external/angle/src/libGL/ |
D | entry_points_wgl.cpp | 197 int layerPlane, in wglDescribeLayerPlane() argument
|
/external/angle/include/WGL/ |
D | wgl.h | 98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UIN… 125 BOOL WINAPI wglDescribeLayerPlane (HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAY…
|