Home
last modified time | relevance | path

Searched defs:CreateStateBlock (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
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