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

/external/swiftshader/src/D3D8/
H A DDirect3DStateBlock8.cpp220 device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][state]);
480 device->GetTextureStageState(stage, type, &textureStageState[stage][type]);
H A DDirect3DDevice8.hpp115 long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) override;
H A DDirect3DDevice8.cpp1608 long Direct3DDevice8::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE state, unsigned long *value) function in class:D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp123 long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) override;
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.hpp128 long __stdcall GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) override;
H A DDirect3DDevice9.cpp2008 long Direct3DDevice9::GetTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type, unsigned long *value) function in class:D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
H A Dd3d8.h314 STDMETHOD(GetTextureStageState)(THIS_ DWORD Stage,D3DTEXTURESTAGESTATETYPE Type,DWORD* pValue) PURE;
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/
H A Dd3d9.h224 virtual HRESULT WINAPI GetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue) = 0;
812 HRESULT (WINAPI *GetTextureStageState)(IDirect3DDevice9 *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue); member in struct:IDirect3DDevice9Vtbl
939 #define IDirect3DDevice9_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)
1063 HRESULT (WINAPI *GetTextureStageState)(IDirect3DDevice9Ex *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD *pValue); member in struct:IDirect3DDevice9ExVtbl
1206 #define IDirect3DDevice9Ex_GetTextureStageState(p,a,b,c) (p)->lpVtbl->GetTextureStageState(p,a,b,c)

Completed in 352 milliseconds