Searched refs:glFormatInfo (Results 1 – 1 of 1) sorted by relevance
552 const gl::InternalFormat &glFormatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in GenerateTextureFormatCaps() local553 if (textureCaps.renderbuffer && !glFormatInfo.isInt() && in GenerateTextureFormatCaps()554 glFormatInfo.isRequiredRenderbufferFormat(gl::Version(3, 0)) && in GenerateTextureFormatCaps()