Home | History | Annotate | Download | only in client

Lines Matching defs:AttachShader

19   void AttachShader(GLuint program, GLuint shader) {
20 gles2::cmds::AttachShader* c = GetCmdSpace<gles2::cmds::AttachShader>();