Home | History | Annotate | Download | only in gl

Lines Matching refs:GetProgramiv

681     // Calling GetProgramiv is expensive in Chromium. Assume success in release builds.
688 GL_CALL(GetProgramiv(fOutput.fProgramID, GR_GL_LINK_STATUS, &linked));
691 GL_CALL(GetProgramiv(fOutput.fProgramID, GR_GL_INFO_LOG_LENGTH, &infoLen));