Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp278 long Direct3DDevice9Ex::EndStateBlock(IDirect3DStateBlock9 **stateBlock) in EndStateBlock() function in D3D9::Direct3DDevice9Ex
282 return Direct3DDevice9::EndStateBlock(stateBlock); in EndStateBlock()
DDirect3DDevice9Ex.hpp118 long __stdcall EndStateBlock(IDirect3DStateBlock9 **stateBlock) override;
DDirect3DDevice9.hpp91 long __stdcall EndStateBlock(IDirect3DStateBlock9 **stateBlock) override;
DDirect3DDevice9.cpp1294 long Direct3DDevice9::EndStateBlock(IDirect3DStateBlock9 **stateBlock) in EndStateBlock() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp88 long __stdcall EndStateBlock(unsigned long *token) override;
DDirect3DDevice8.cpp1173 long Direct3DDevice8::EndStateBlock(unsigned long *token) in EndStateBlock() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h305 STDMETHOD(EndStateBlock)(THIS_ DWORD* pToken) PURE; in DECLARE_INTERFACE_() local
407 #define IDirect3DDevice8_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a)
505 #define IDirect3DDevice8_EndStateBlock(p,a) (p)->EndStateBlock(a)
/external/mesa3d/include/D3D9/
Dd3d9.h219 virtual HRESULT WINAPI EndStateBlock(IDirect3DStateBlock9 **ppSB) = 0;
807 HRESULT (WINAPI *EndStateBlock)(IDirect3DDevice9 *This, IDirect3DStateBlock9 **ppSB);
934 #define IDirect3DDevice9_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a)
1058 HRESULT (WINAPI *EndStateBlock)(IDirect3DDevice9Ex *This, IDirect3DStateBlock9 **ppSB);
1201 #define IDirect3DDevice9Ex_EndStateBlock(p,a) (p)->lpVtbl->EndStateBlock(p,a)