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