Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dd2dvideo.cpp31 ID2D1Factory *m_pD2DFactory; variable
131 hr = D2D1CreateFactory(D2D1_FACTORY_TYPE_SINGLE_THREADED, &m_pD2DFactory); in init_window()
139 hr = m_pD2DFactory->CreateHwndRenderTarget( in init_window()
163 if (m_pD2DFactory) in terminate()
164 m_pD2DFactory->Release(); in terminate()