Searched refs:bShow (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.h | 175 BOOL (WINAPI *ShowReadingWindow)(HIMC himc, BOOL bShow);
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 272 BOOL bShow );
|
D | device9.c | 914 BOOL bShow ) in NineDevice9_ShowCursor() argument 918 DBG("This=%p bShow=%d\n", This, (int) bShow); in NineDevice9_ShowCursor() 924 This->cursor.visible = bShow; in NineDevice9_ShowCursor() 929 …cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != D3D_OK; in NineDevice9_ShowCursor()
|
D | nine_lock.c | 624 BOOL bShow ) in LockDevice9_ShowCursor() argument 628 r = NineDevice9_ShowCursor(This, bShow); in LockDevice9_ShowCursor()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 170 virtual BOOL WINAPI ShowCursor(BOOL bShow) = 0; 758 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9 *This, BOOL bShow); 1009 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9Ex *This, BOOL bShow);
|