Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c139 ID3DPresent_DestroyD3DWindowBuffer(This->present, present_handle); in D3DWindowBuffer_release()
166ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in D3DWindowBuffer_release()
565ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles_pending_release[i]); in NineSwapChain9_dtor()
572 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_dtor()
1138 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData()
/external/mesa3d/include/d3dadapter/
Dpresent.h117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a) macro