Home
last modified time | relevance | path

Searched refs: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
184 return Direct3DDevice9::CreateStateBlock(type, stateBlock); in CreateStateBlock()
DDirect3DDevice9Ex.hpp116 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock);
DDirect3DDevice9.hpp77 long __stdcall CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock);
DDirect3DDevice9.cpp810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock() function in D3D9::Direct3DDevice9