Searched refs:g2Support (Results 1 – 2 of 2) sorted by relevance
2277 GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support) in CheckGLenum() argument2286 auto it2 = std::find(g2Support.begin(), g2Support.end(), type); in CheckGLenum()2287 if (it2 != g2Support.end()) { in CheckGLenum()
275 …eckGLenum(GLenum type, const std::vector<GLenum>& glSupport, const std::vector<GLenum>& g2Support);