Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp880 long Direct3DDevice9Ex::TestCooperativeLevel() in TestCooperativeLevel() function in D3D9::Direct3DDevice9Ex
884 return Direct3DDevice9::TestCooperativeLevel(); in TestCooperativeLevel()
DDirect3DDevice9Ex.hpp60 long __stdcall TestCooperativeLevel();
DDirect3DDevice9.hpp177 long __stdcall TestCooperativeLevel();
DDirect3DDevice9.cpp5376 long Direct3DDevice9::TestCooperativeLevel() in TestCooperativeLevel() function in D3D9::Direct3DDevice9
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc732 HRESULT hr = _pd3dDevice->TestCooperativeLevel(); in ScreenUpdateProcess()