HomeSort by relevance Sort by last modified time
    Searched refs:D3DRENDERSTATETYPE (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 57 void setRenderState(D3DRENDERSTATETYPE state, unsigned long value);
69 void captureRenderState(D3DRENDERSTATETYPE state);
Direct3DStateBlock8.cpp 127 device->SetRenderState((D3DRENDERSTATETYPE)state, renderState[state]);
210 device->GetRenderState((D3DRENDERSTATETYPE)state, &renderState[state]);
344 void Direct3DStateBlock8::setRenderState(D3DRENDERSTATETYPE state, unsigned long value)
472 void Direct3DStateBlock8::captureRenderState(D3DRENDERSTATETYPE state)
Direct3DDevice8.hpp 111 long __stdcall GetRenderState(D3DRENDERSTATETYPE State, unsigned long *value) override;
140 long __stdcall SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) override;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 65 void setRenderState(D3DRENDERSTATETYPE state, unsigned long value);
82 void captureRenderState(D3DRENDERSTATETYPE state);
Direct3DDevice9Ex.hpp 114 long __stdcall SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) override;
115 long __stdcall GetRenderState(D3DRENDERSTATETYPE State, unsigned long *value) override;
Direct3DStateBlock9.cpp 156 device->SetRenderState((D3DRENDERSTATETYPE)state, renderState[state]);
376 device->GetRenderState((D3DRENDERSTATETYPE)state, &renderState[state]);
703 void Direct3DStateBlock9::setRenderState(D3DRENDERSTATETYPE state, unsigned long value)
962 void Direct3DStateBlock9::captureRenderState(D3DRENDERSTATETYPE state)
    [all...]
Direct3DDevice9.hpp 118 long __stdcall GetRenderState(D3DRENDERSTATETYPE State, unsigned long *value) override;
159 long __stdcall SetRenderState(D3DRENDERSTATETYPE state, unsigned long value) override;
Direct3DDevice9Ex.cpp 467 long Direct3DDevice9Ex::GetRenderState(D3DRENDERSTATETYPE state, unsigned long *value)
469 TRACE("D3DRENDERSTATETYPE state = %d, unsigned long *value = 0x%0.8p", state, value);
754 long Direct3DDevice9Ex::SetRenderState(D3DRENDERSTATETYPE state, unsigned long value)
756 TRACE("D3DRENDERSTATETYPE state = %d, unsigned long value = %d", state, value);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_limits.h 182 nine_fix_render_state_value(D3DRENDERSTATETYPE State,
nine_state.h 346 D3DRENDERSTATETYPE State,
device9.h 524 D3DRENDERSTATETYPE State,
529 D3DRENDERSTATETYPE State,
nine_lock.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 795 #define D3DSTATE_OVERRIDE(type) (D3DRENDERSTATETYPE)(((DWORD) (type) + D3DSTATE_OVERRIDE_BIAS))
952 } D3DRENDERSTATETYPE;
978 D3DRENDERSTATETYPE drstRenderStateType;
    [all...]
d3dhal.h 409 D3DRENDERSTATETYPE RenderState;
d3d.h     [all...]
d3d8types.h 807 } D3DRENDERSTATETYPE;
    [all...]
d3d9types.h     [all...]
d3dx9effect.h 183 STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE state, DWORD value) PURE;
d3d9.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 493 D3DRENDERSTATETYPE RenderState;
  /external/swiftshader/include/Direct3D/
d3d8types.h 404 } D3DRENDERSTATETYPE;
    [all...]
d3d8.h 302 STDMETHOD(SetRenderState)(THIS_ D3DRENDERSTATETYPE State,DWORD Value) PURE;
303 STDMETHOD(GetRenderState)(THIS_ D3DRENDERSTATETYPE State,DWORD* pValue) PURE;
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 215 virtual HRESULT WINAPI SetRenderState(D3DRENDERSTATETYPE State, DWORD Value) = 0;
216 virtual HRESULT WINAPI GetRenderState(D3DRENDERSTATETYPE State, DWORD *pValue) = 0;
    [all...]
d3d9types.h 852 } D3DRENDERSTATETYPE;
    [all...]

Completed in 550 milliseconds

1 2