Home
last modified time | relevance | path

Searched refs:impls (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_implementation_mac.cc24 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
25 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
26 impls->push_back(kGLImplementationAppleGL); in GetAllowedGLImplementations()
27 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation_x11.cc45 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
46 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
47 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()
48 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation_ozone.cc31 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
32 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()
33 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation_android.cc34 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
35 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()
36 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation_win.cc105 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
106 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()
107 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
108 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation.h38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc358 std::vector<TransportChannelImpl*> impls; in DestroyAllChannels_w() local
366 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()
/external/valgrind/main/
DNEWS511 326091 drd: Avoid false race reports from optimized strlen() impls