Searched refs:allowed_impls (Results 1 – 1 of 1) sorted by relevance
33 std::vector<GLImplementation> allowed_impls; in InitializeOneOff() local34 GetAllowedGLImplementations(&allowed_impls); in InitializeOneOff()35 DCHECK(!allowed_impls.empty()); in InitializeOneOff()38 GLImplementation impl = allowed_impls[0]; in InitializeOneOff()49 if (std::find(allowed_impls.begin(), in InitializeOneOff()50 allowed_impls.end(), in InitializeOneOff()51 impl) == allowed_impls.end()) { in InitializeOneOff()