Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp34 Direct3DStateBlock8(Direct3DDevice8 *device, D3DSTATEBLOCKTYPE type);
99 const D3DSTATEBLOCKTYPE type;
DDirect3DDevice8.hpp72 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token) override;
DDirect3DStateBlock8.cpp27 …Direct3DStateBlock8::Direct3DStateBlock8(Direct3DDevice8 *device, D3DSTATEBLOCKTYPE type) : device… in Direct3DStateBlock8()
DDirect3DDevice8.cpp302 Direct3DStateBlock8 *stateBlock = new Direct3DStateBlock8(this, (D3DSTATEBLOCKTYPE)0); in BeginStateBlock()
715 long Direct3DDevice8::CreateStateBlock(D3DSTATEBLOCKTYPE type, unsigned long *token) in CreateStateBlock()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp38 Direct3DStateBlock9(Direct3DDevice9 *device, D3DSTATEBLOCKTYPE type);
118 const D3DSTATEBLOCKTYPE type;
DDirect3DDevice9Ex.hpp116 …long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) overrid…
DDirect3DDevice9.hpp77 …long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) overrid…
DDirect3DStateBlock9.cpp30 …Direct3DStateBlock9::Direct3DStateBlock9(Direct3DDevice9 *device, D3DSTATEBLOCKTYPE type) : device… in Direct3DStateBlock9()
DDirect3DDevice9Ex.cpp180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock()
DDirect3DDevice9.cpp328 stateRecorder = new Direct3DStateBlock9(this, (D3DSTATEBLOCKTYPE)0); in BeginStateBlock()
810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h526 D3DSTATEBLOCKTYPE Type,
Dnine_lock.c1226 D3DSTATEBLOCKTYPE Type, in LockDevice9_CreateStateBlock()
Ddevice9.c2254 D3DSTATEBLOCKTYPE Type, in NineDevice9_CreateStateBlock()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1160 } D3DSTATEBLOCKTYPE; typedef
Dd3d8.h309 STDMETHOD(CreateStateBlock)(THIS_ D3DSTATEBLOCKTYPE Type,DWORD* pToken) PURE; in DECLARE_INTERFACE_()
/external/mesa3d/include/D3D9/
Dd3d9types.h1111 } D3DSTATEBLOCKTYPE; typedef
Dd3d9.h217 virtual HRESULT WINAPI CreateStateBlock(D3DSTATEBLOCKTYPE Type, IDirect3DStateBlock9 **ppSB) = 0;
805 …HRESULT (WINAPI *CreateStateBlock)(IDirect3DDevice9 *This, D3DSTATEBLOCKTYPE Type, IDirect3DStateB…
1056 …HRESULT (WINAPI *CreateStateBlock)(IDirect3DDevice9Ex *This, D3DSTATEBLOCKTYPE Type, IDirect3DStat…