Home
last modified time | relevance | path

Searched refs:CheckDepthStencilMatch (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9.hpp49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
DDirect3D9Ex.cpp183 …long Direct3D9Ex::CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT ad… in CheckDepthStencilMatch() function in D3D9::Direct3D9Ex
187 …return Direct3D9::CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, d… in CheckDepthStencilMatch()
DDirect3D9Ex.hpp49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
DDirect3D9.cpp192 …long Direct3D9::CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adap… in CheckDepthStencilMatch() function in D3D9::Direct3D9
202 …return d3d9->CheckDepthStencilMatch(adapter, deviceType, adapterFormat, renderTargetFormat, depthS… in CheckDepthStencilMatch()
206 …return CheckDepthStencilMatch(adapter, D3DDEVTYPE_HAL, adapterFormat, renderTargetFormat, depthSte… in CheckDepthStencilMatch()