Searched refs:CheckDepthStencilMatch (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3D9.hpp | 49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
|
D | Direct3D9Ex.cpp | 183 …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()
|
D | Direct3D9Ex.hpp | 49 …long __stdcall CheckDepthStencilMatch(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT adapt…
|
D | Direct3D9.cpp | 192 …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()
|