Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching defs:glStencilFunc

691 void glStencilFunc(GLenum func, GLint ref, GLuint mask)
693 getDispatch()->glStencilFunc(func, ref, mask);