Home
last modified time | relevance | path

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

/third_party/mesa3d/include/d3dadapter/
Dpresent.h166 #define ID3DPresentGroup_GetMultiheadCount(p) (p)->lpVtbl->GetMultiheadCount(p) macro
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c292 This->nswapchains = ID3DPresentGroup_GetMultiheadCount(This->present); in NineDevice9_ctor()