Lines Matching refs:GL_CALL
34 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
133 GL_CALL(BindAttribLocation(programID, i, a.name()));
170 GL_CALL(GetProgramiv(programID, GL_PROGRAM_BINARY_LENGTH, &length));
180 GL_CALL(GetProgramBinary(programID, length, &length, &binaryFormat, binary.get()));
251 GL_CALL(ProgramParameteri(programID, GR_GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GR_GL_TRUE));
451 GL_CALL(LinkProgram(programID));
490 GL_CALL(BindFragDataLocation(programID, 0,
494 GL_CALL(BindFragDataLocationIndexed(programID, 0, 1,
503 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked));
515 GL_CALL(GetProgramiv(programID, GR_GL_INFO_LOG_LENGTH, &infoLen));
521 GL_CALL(GetProgramInfoLog(programID, infoLen+1, &length, (char*)log.get()));