Searched refs:fuPlanes (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 142 UINT fuPlanes ) in wglSwapLayerBuffers() argument 144 return DrvSwapLayerBuffers( hdc, fuPlanes ); in wglSwapLayerBuffers()
|
D | stw_framebuffer.c | 663 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers() argument 665 if (fuPlanes & WGL_SWAP_MAIN_PLANE) in DrvSwapLayerBuffers()
|
D | stw_icd.h | 612 UINT fuPlanes );
|
/external/mesa3d/include/GL/ |
D | wglext.h | 833 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 840 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 833 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 840 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 128 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
|