Home
last modified time | relevance | path

Searched refs:GetTextureStageState (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp537 …long Direct3DDevice9Ex::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, u… in GetTextureStageState() function in D3D9::Direct3DDevice9Ex
541 return Direct3DDevice9::GetTextureStageState(stage, type, value); in GetTextureStageState()
DDirect3DStateBlock9.cpp391 …device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][sta… in Capture()
986 device->GetTextureStageState(stage, type, &textureStageState[stage][type]); in captureTextureStageState()
DDirect3DDevice9Ex.hpp123 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
DDirect3DDevice9.hpp128 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
DDirect3DDevice9.cpp2007 …long Direct3DDevice9::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, uns… in GetTextureStageState() function in D3D9::Direct3DDevice9