Searched refs:impls (Results 1 – 8 of 8) sorted by relevance
24 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument25 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()26 impls->push_back(kGLImplementationAppleGL); in GetAllowedGLImplementations()27 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
45 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument46 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()47 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()48 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
31 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument32 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()33 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
34 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument35 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()36 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
105 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument106 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()107 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()108 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
358 std::vector<TransportChannelImpl*> impls; in DestroyAllChannels_w() local366 impls.push_back(iter->second.get()); in DestroyAllChannels_w()372 for (size_t i = 0; i < impls.size(); ++i) in DestroyAllChannels_w()373 DestroyTransportChannel(impls[i]); in DestroyAllChannels_w()
511 326091 drd: Avoid false race reports from optimized strlen() impls