Searched refs:GetTextureStageState (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 537 …long Direct3DDevice9Ex::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, u… in GetTextureStageState() function in D3D9::Direct3DDevice9Ex 541 return Direct3DDevice9::GetTextureStageState(stage, type, value); in GetTextureStageState()
|
D | Direct3DStateBlock9.cpp | 391 …device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][sta… in Capture() 986 device->GetTextureStageState(stage, type, &textureStageState[stage][type]); in captureTextureStageState()
|
D | Direct3DDevice9Ex.hpp | 123 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
|
D | Direct3DDevice9.hpp | 128 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
|
D | Direct3DDevice9.cpp | 2007 …long Direct3DDevice9::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, uns… in GetTextureStageState() function in D3D9::Direct3DDevice9
|