Searched refs:INTZ (Results 1 – 3 of 3) sorted by relevance
84 static bool INTZ; member236 static bool INTZ; member384 static bool INTZ; member446 static bool INTZ; member
53 bool Capabilities::Surface::DepthStencil::INTZ = true; member in D3D9::Capabilities::Surface::DepthStencil177 bool Capabilities::CubeMap::DepthStencil::INTZ = false; member in D3D9::Capabilities::CubeMap::DepthStencil299 bool Capabilities::Texture::DepthStencil::INTZ = true; member in D3D9::Capabilities::Texture::DepthStencil353 bool Capabilities::Texture::INTZ = true; member in D3D9::Capabilities::Texture
301 …case D3DFMT_INTZ: if(!Capabilities::Surface::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()468 …case D3DFMT_INTZ: if(!Capabilities::CubeMap::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()631 …case D3DFMT_INTZ: if(!Capabilities::Texture::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()699 …case D3DFMT_INTZ: if(!Capabilities::Texture::INTZ) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()