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()505 if (m_fboParams.useDepth || m_fboParams.useStencil) in init()
811 const bool useDepth = (m_clearType == CLEAR_DEPTH || m_clearType == CLEAR_DEPTH_STENCIL); in render() local815 if (useDepth || useStencil) in render()817 if (useDepth) in render()