Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp220 …device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][sta… in Capture()
480 device->GetTextureStageState(stage, type, &textureStageState[stage][type]); in captureTextureStageState()
DDirect3DDevice8.hpp115 …long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned l…
DDirect3DDevice8.cpp1608 …long Direct3DDevice8::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE state, un… in GetTextureStageState() function in D3D8::Direct3DDevice8
/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
/external/swiftshader/include/Direct3D/
Dd3d8.h314 …STDMETHOD(GetTextureStageState)(THIS_ DWORD Stage,D3DTEXTURESTAGESTATETYPE Type,DWORD* pValue) PUR… in DECLARE_INTERFACE_() local
416 #define IDirect3DDevice8_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)
514 #define IDirect3DDevice8_GetTextureStageState(p,a,b,c) (p)->GetTextureStageState(a,b,c)
/external/mesa3d/include/D3D9/
Dd3d9.h224 …virtual HRESULT WINAPI GetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pVa…
812 …HRESULT (WINAPI *GetTextureStageState)(IDirect3DDevice9 *This, DWORD Stage, D3DTEXTURESTAGESTATETY…
939 #define IDirect3DDevice9_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)
1063 …HRESULT (WINAPI *GetTextureStageState)(IDirect3DDevice9Ex *This, DWORD Stage, D3DTEXTURESTAGESTATE…
1206 #define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)