Home | History | Annotate | Download | only in gl

Lines Matching defs:compiled

429 compiled = GR_GL_INIT_ZERO;
432 GR_GL_CALL(gli, GetShaderiv(shader, GR_GL_COMPILE_STATUS, &compiled));
434 if (!compiled) {