HomeSort by relevance Sort by last modified time
    Searched refs:impls (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/gl/
gl_implementation_mac.cc 23 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
24 impls->push_back(kGLImplementationDesktopGL);
25 impls->push_back(kGLImplementationAppleGL);
26 impls->push_back(kGLImplementationOSMesaGL);
gl_implementation_ozone.cc 28 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
29 impls->push_back(kGLImplementationEGLGLES2);
30 impls->push_back(kGLImplementationOSMesaGL);
gl_implementation_x11.cc 35 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
36 impls->push_back(kGLImplementationDesktopGL);
37 impls->push_back(kGLImplementationEGLGLES2);
38 impls->push_back(kGLImplementationOSMesaGL);
gl_implementation.h 36 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
gl_implementation_win.cc 63 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
64 impls->push_back(kGLImplementationEGLGLES2);
65 impls->push_back(kGLImplementationDesktopGL);
66 impls->push_back(kGLImplementationOSMesaGL);
gl_implementation_android.cc 46 void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
47 impls->push_back(kGLImplementationEGLGLES2);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 205 std::vector<TransportChannelImpl*> impls; local
211 impls.push_back(iter->second);
216 for (size_t i = 0; i < impls.size(); ++i)
217 DestroyTransportChannel(impls[i]);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 321 std::vector<TransportChannelImpl*> impls; local
329 impls.push_back(iter->second.get());
335 for (size_t i = 0; i < impls.size(); ++i)
336 DestroyTransportChannel(impls[i]);

Completed in 768 milliseconds