Searched refs:fuPlanes (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 129 UINT fuPlanes ) in wglSwapLayerBuffers() argument 131 return DrvSwapLayerBuffers( hdc, fuPlanes ); in wglSwapLayerBuffers()
|
D | stw_framebuffer.c | 626 UINT fuPlanes ) in DrvSwapLayerBuffers() argument 628 if(fuPlanes & WGL_SWAP_MAIN_PLANE) in DrvSwapLayerBuffers()
|
D | stw_icd.h | 612 UINT fuPlanes );
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 679 UINT fuPlanes) in wglSwapLayerBuffers() argument 681 (void) hdc; (void) fuPlanes; in wglSwapLayerBuffers()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 119 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 816 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,… 823 INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 648 extern INT64 WINAPI wglSwapLayerBuffersMscOML (HDC hdc, int fuPlanes, INT64 target_msc, INT64 divis… 655 typedef INT64 (WINAPI * PFNWGLSWAPLAYERBUFFERSMSCOMLPROC) (HDC hdc, int fuPlanes, INT64 target_msc,…
|