Home | History | Annotate | Download | only in functional

Lines Matching refs:glStencilFunc

1119 	GLU_CHECK_CALL(glStencilFunc(GL_ALWAYS, 1, 1));
1122 log << TestLog::Message << "Drawing a pattern with glStencilFunc(GL_ALWAYS, 1, 1) and glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE)" << TestLog::EndMessage;
1144 GLU_CHECK_CALL(glStencilFunc(GL_EQUAL, 1, 1));
1167 log << TestLog::Message << "Drawing a viewport-sized quad with glStencilFunc(GL_EQUAL, 1, 1) and glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP) - should result in same image as the first" << TestLog::EndMessage;