Searched refs:useDepth (Results 1 – 3 of 3) sorted by relevance
52 … (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, bool useDepth) in BasicFboStencilCase() argument56 , m_useDepth (useDepth) in BasicFboStencilCase()
184 bool useDepth; member190 , useDepth (useDepth_) in FboParams()198 , useDepth (false) in FboParams()507 if (m_fboParams.useDepth || m_fboParams.useStencil) in init()
816 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL); in render() local820 if (useDepth || useStencil) in render()822 if (useDepth) in render()