Home
last modified time | relevance | path

Searched refs:setTextureStageState (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.hpp61 …void setTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long value);
DDirect3DStateBlock8.cpp372 …void Direct3DStateBlock8::setTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type,… in setTextureStageState() function in D3D8::Direct3DStateBlock8
DDirect3DDevice8.cpp3826 stateRecorder.back()->setTextureStageState(stage, type, value); in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.hpp71 …void setTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long value);
DDirect3DStateBlock9.cpp761 …void Direct3DStateBlock9::setTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type,… in setTextureStageState() function in D3D9::Direct3DStateBlock9
DDirect3DDevice9.cpp5062 stateRecorder->setTextureStageState(stage, type, value); in SetTextureStageState()