Home | History | Annotate | Download | only in simplereference

Lines Matching refs:setFront

2770 	const bool	setFront	= face == GL_FRONT || face == GL_FRONT_AND_BACK;
2774 RC_IF_ERROR(!setFront && !setBack, GL_INVALID_ENUM, RC_RET_VOID);
2778 if ((type == rr::FACETYPE_FRONT && setFront) ||
2795 const bool setFront = face == GL_FRONT || face == GL_FRONT_AND_BACK;
2802 RC_IF_ERROR(!setFront && !setBack, GL_INVALID_ENUM, RC_RET_VOID);
2806 if ((type == rr::FACETYPE_FRONT && setFront) ||
2965 const bool setFront = face == GL_FRONT || face == GL_FRONT_AND_BACK;
2968 RC_IF_ERROR(!setFront && !setBack, GL_INVALID_ENUM, RC_RET_VOID);
2970 if (setFront) m_stencil[rr::FACETYPE_FRONT].writeMask = mask;