Searched refs:isAlwaysAndKeepOrAllKeep (Results 1 – 1 of 1) sorted by relevance
27 const bool isAlwaysAndKeepOrAllKeep = (stencilFunc == GL_ALWAYS || stencilFail == GL_KEEP) && in IsStencilNoOp() local31 return isNeverAndKeep || isAlwaysAndKeepOrAllKeep; in IsStencilNoOp()