Home
last modified time | relevance | path

Searched defs:stateBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp180 long Direct3DDevice9Ex::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock()
278 long Direct3DDevice9Ex::EndStateBlock(IDirect3DStateBlock9 **stateBlock) in EndStateBlock()
DDirect3DDevice9.cpp810 long Direct3DDevice9::CreateStateBlock(D3DSTATEBLOCKTYPE type, IDirect3DStateBlock9 **stateBlock) in CreateStateBlock()
1294 long Direct3DDevice9::EndStateBlock(IDirect3DStateBlock9 **stateBlock) in EndStateBlock()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp302 Direct3DStateBlock8 *stateBlock = new Direct3DStateBlock8(this, (D3DSTATEBLOCKTYPE)0); in BeginStateBlock() local
724 Direct3DStateBlock8 *stateBlock = new Direct3DStateBlock8(this, type); in CreateStateBlock() local