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

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp128 long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value);
H A DDirect3DDevice9Ex.hpp123 long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value);
H A DDirect3DDevice9Ex.cpp537 long Direct3DDevice9Ex::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) function in class:D3D9::Direct3DDevice9Ex
541 return Direct3DDevice9::GetTextureStageState(stage, type, value);
H A DDirect3DStateBlock9.cpp391 device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][state]);
986 device->GetTextureStageState(stage, type, &textureStageState[stage][type]);
H A DDirect3DDevice9.cpp2007 long Direct3DDevice9::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) function in class:D3D9::Direct3DDevice9

Completed in 54 milliseconds