Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c142 ID3DPresent_DestroyD3DWindowBuffer(This->present, present_handle); in D3DWindowBuffer_release()
169ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in D3DWindowBuffer_release()
568ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in NineSwapChain9_dtor()
575 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_dtor()
1145 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a) macro