Home
last modified time | relevance | path

Searched refs:D3DRECT (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp63 …long __stdcall Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsigned long…
DDirect3DDevice8.cpp318 …long Direct3DDevice8::Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsign… in Clear()
357 D3DRECT rect; in Clear()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp100 …long __stdcall Clear(unsigned long Count, const D3DRECT *rects, unsigned long Flags, unsigned long…
DDirect3DDevice9.hpp67 …long __stdcall Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsigned long…
DDirect3DDevice9Ex.cpp110 …long Direct3DDevice9Ex::Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsi… in Clear()
DDirect3DDevice9.cpp340 …long Direct3DDevice9::Clear(unsigned long count, const D3DRECT *rects, unsigned long flags, unsign… in Clear()
388 D3DRECT rect; in Clear()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h489 const D3DRECT *pRects, DWORD Flags,
Ddevice9.h447 const D3DRECT *pRects,
Dnine_state.c2314 ARG_COPY_REF(D3DRECT, pRects), in CSMT_ITEM_NO_WAIT() argument
2330 D3DRECT rect; in CSMT_ITEM_NO_WAIT()
Dnine_lock.c1035 const D3DRECT *pRects, in LockDevice9_Clear()
Ddevice9.c1937 const D3DRECT *pRects, in NineDevice9_Clear()
/external/swiftshader/include/Direct3D/
Dd3d8types.h72 } D3DRECT; typedef
Dd3d8.h288 …STDMETHOD(Clear)(THIS_ DWORD Count,CONST D3DRECT* pRects,DWORD Flags,D3DCOLOR Color,float Z,DWORD … in DECLARE_INTERFACE_()
/external/mesa3d/include/D3D9/
Dd3d9types.h1711 } D3DRECT, *PD3DRECT, *LPD3DRECT; typedef
Dd3d9.h201 …virtual HRESULT WINAPI Clear(DWORD Count, const D3DRECT *pRects, DWORD Flags, D3DCOLOR Color, floa…
789 …HRESULT (WINAPI *Clear)(IDirect3DDevice9 *This, DWORD Count, const D3DRECT *pRects, DWORD Flags, D…
1040 …HRESULT (WINAPI *Clear)(IDirect3DDevice9Ex *This, DWORD Count, const D3DRECT *pRects, DWORD Flags,…