Home
last modified time | relevance | path

Searched refs:ID3DPresent_WaitForThread (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/include/d3dadapter/
Dpresent.h132 #define ID3DPresent_WaitForThread(p,a) (p)->lpVtbl->WaitForThread(p,a) macro
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c1282 (void) ID3DPresent_WaitForThread(This->present, thread); in NineSwapChain9_WaitForThread()