Home
last modified time | relevance | path

Searched defs:SetRenderState (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp754 long Direct3DDevice9Ex::SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) in SetRenderState() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp3022 long Direct3DDevice9::SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) in SetRenderState() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2312 long Direct3DDevice8::SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) in SetRenderState() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h302 STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE State,DWORD Value) PURE; in DECLARE_INTERFACE_() local