Home
last modified time | relevance | path

Searched refs:impls (Results 1 – 9 of 9) 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.cc102 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) { in GetAllowedGLImplementations() argument
103 impls->push_back(kGLImplementationEGLGLES2); in GetAllowedGLImplementations()
104 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
105 impls->push_back(kGLImplementationOSMesaGL); in GetAllowedGLImplementations()
Dgl_implementation.h38 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
/external/chromium_org/mojo/nacl/generator/
Dgenerate_nacl_bindings.py307 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:
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc376 std::vector<TransportChannelImpl*> impls; in DestroyAllChannels_w() local
384 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()
/external/valgrind/main/
DNEWS511 326091 drd: Avoid false race reports from optimized strlen() impls