Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:glStencilFunc

134 	void glStencilFunc(GLenum func, GLint ref, GLuint mask);
1067 void glStencilFunc(GLenum func, GLint ref, GLuint mask)
1070 ctx->glStencilFunc(ctx, func, ref, mask);