Searched refs:impls (Results 1 – 9 of 9) 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()
102 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument103 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()104 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()105 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
307 impls = [ImplForParam(p) for p in f.params]308 impls.append(ImplForParam(f.result_param))324 for impl in impls:339 for impl in impls:342 for impl in impls:349 getParams = [impl.CallParam() for impl in impls[:-1]]357 for impl in impls:
376 std::vector<TransportChannelImpl*> impls; in DestroyAllChannels_w() local384 impls.push_back(iter->second.get()); in DestroyAllChannels_w()390 for (size_t i = 0; i < impls.size(); ++i) in DestroyAllChannels_w()391 DestroyTransportChannel(impls[i]); in DestroyAllChannels_w()
511 326091 drd: Avoid false race reports from optimized strlen() impls