Searched refs:isVertexUniformLoopSupported (Results 1 – 4 of 4) sorted by relevance
84 virtual bool isVertexUniformLoopSupported (void) const { return true; } in isVertexUniformLoopSupported() function in glu::ContextInfo
72 …bool isVertexUniformLoopSupported (void) const { return m_vertexUniformLoopsSupported.getV… in isVertexUniformLoopSupported() function in glu::ES2ContextInfo
244 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported() in init()
177 …(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported()) && in init()