Home
last modified time | relevance | path

Searched refs:TestCooperativeLevel (Results 1 – 9 of 9) 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() override;
DDirect3DDevice9.hpp177 long __stdcall TestCooperativeLevel() override;
DDirect3DDevice9.cpp5376 long Direct3DDevice9::TestCooperativeLevel() in TestCooperativeLevel() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp150 long __stdcall TestCooperativeLevel() override;
DDirect3DDevice8.cpp4008 long Direct3DDevice8::TestCooperativeLevel() in TestCooperativeLevel() function in D3D8::Direct3DDevice8
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc732 HRESULT hr = _pd3dDevice->TestCooperativeLevel(); in ScreenUpdateProcess()
/external/swiftshader/include/Direct3D/
Dd3d8.h255 STDMETHOD(TestCooperativeLevel)(THIS) PURE; in DECLARE_INTERFACE_() local
357 #define IDirect3DDevice8_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)
455 #define IDirect3DDevice8_TestCooperativeLevel(p) (p)->TestCooperativeLevel()
/external/mesa3d/include/D3D9/
Dd3d9.h161 virtual HRESULT WINAPI TestCooperativeLevel() = 0;
749 HRESULT (WINAPI *TestCooperativeLevel)(IDirect3DDevice9 *This);
876 #define IDirect3DDevice9_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)
1000 HRESULT (WINAPI *TestCooperativeLevel)(IDirect3DDevice9Ex *This);
1143 #define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)