Home | History | Annotate | Download | only in core

Lines Matching defs:linked

263   // Make sure we haven't compiled and linked already
361 GLint linked = 0;
362 glGetProgramiv(program, GL_LINK_STATUS, &linked);
363 if (linked != GL_TRUE) {