Home | History | Annotate | Download | only in client

Lines Matching refs:StencilFuncSeparate

954 void StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) {
955 gles2::cmds::StencilFuncSeparate* c =
956 GetCmdSpace<gles2::cmds::StencilFuncSeparate>();