Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9.c289 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_Resize()
513 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); in NineSwapChain9_dtor()
964 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