Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock() function in D3D9::Direct3DDevice9Ex
184 return Direct3DDevice9::CreateStateBlock(type, stateBlock); in CreateStateBlock()
DDirect3DDevice9Ex.hpp116 …long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) overrid…
DDirect3DDevice9.hpp77 …long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) overrid…
DDirect3DDevice9.cpp810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp72 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token) override;
DDirect3DDevice8.cpp715 long Direct3DDevice8::CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token) in CreateStateBlock() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h309 STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type,DWORD* pToken) PURE; in DECLARE_INTERFACE_() local
411 #define IDirect3DDevice8_CreateStateBlock(p,a,b) (p)->lpVtbl->CreateStateBlock(p,a,b)
509 #define IDirect3DDevice8_CreateStateBlock(p,a,b) (p)->CreateStateBlock(a,b)
/external/mesa3d/include/D3D9/
Dd3d9.h217 virtual HRESULT WINAPI CreateStateBlock(D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9 **ppSB) = 0;
805 …HRESULT (WINAPI *CreateStateBlock)(IDirect3DDevice9 *This, D3DSTATEBLOCKTYPE Type, IDirect3DStateB…
932 #define IDirect3DDevice9_CreateStateBlock(p,a,b) (p)->lpVtbl->CreateStateBlock(p,a,b)
1056 …HRESULT (WINAPI *CreateStateBlock)(IDirect3DDevice9Ex *This, D3DSTATEBLOCKTYPE Type, IDirect3DStat…
1199 #define IDirect3DDevice9Ex_CreateStateBlock(p,a,b) (p)->lpVtbl->CreateStateBlock(p,a,b)