Searched defs:allowed_impls (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_surface.cc36 std::vector<GLImplementation> allowed_impls; local
37 GetAllowedGLImplementations(&allowed_impls);
38 DCHECK(!allowed_impls.empty());
43 GLImplementation impl = allowed_impls[0];
56 if (std::find(allowed_impls.begin(),
57 allowed_impls.end(),
58 impl) == allowed_impls.end()) {
119 std::vector<GLImplementation> allowed_impls; local
120 GetAllowedGLImplementations(&allowed_impls);
121 DCHECK(!allowed_impls
[all...]

Completed in 470 milliseconds