GLImplementation   68 content/child/npapi/plugin_host.cc   static gfx::GLImplementation implementation = gfx::kGLImplementationNone;
GLImplementation   52 content/common/gpu/media/rendering_helper.cc static const gfx::GLImplementation kGLImplementation =
GLImplementation  306 gpu/command_buffer/service/renderbuffer_manager_unittest.cc   gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
GLImplementation  315 gpu/command_buffer/service/renderbuffer_manager_unittest.cc   gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
GLImplementation  627 gpu/command_buffer/service/test_helper.cc     gfx::GLImplementation implementation)
GLImplementation  118 gpu/command_buffer/service/test_helper.h   explicit ScopedGLImplementationSetter(gfx::GLImplementation implementation);
GLImplementation  122 gpu/command_buffer/service/test_helper.h   gfx::GLImplementation old_implementation_;
GLImplementation   22 ui/gl/gl_implementation.cc   GLImplementation implementation;
GLImplementation   35 ui/gl/gl_implementation.cc GLImplementation g_gl_implementation = kGLImplementationNone;
GLImplementation   74 ui/gl/gl_implementation.cc GLImplementation GetNamedGLImplementation(const std::string& name) {
GLImplementation   83 ui/gl/gl_implementation.cc const char* GetGLImplementationName(GLImplementation implementation) {
GLImplementation   92 ui/gl/gl_implementation.cc void SetGLImplementation(GLImplementation implementation) {
GLImplementation   96 ui/gl/gl_implementation.cc GLImplementation GetGLImplementation() {
GLImplementation   38 ui/gl/gl_implementation.h void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
GLImplementation   47 ui/gl/gl_implementation.h GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
GLImplementation   51 ui/gl/gl_implementation.h GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation   78 ui/gl/gl_implementation.h GL_EXPORT void SetGLImplementation(GLImplementation implementation);
GLImplementation   81 ui/gl/gl_implementation.h GL_EXPORT GLImplementation GetGLImplementation();
GLImplementation   88 ui/gl/gl_implementation.h GLImplementation GetNamedGLImplementation(const std::string& name);
GLImplementation   91 ui/gl/gl_implementation.h const char* GetGLImplementationName(GLImplementation implementation);
GLImplementation   34 ui/gl/gl_implementation_android.cc void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
GLImplementation   39 ui/gl/gl_implementation_android.cc bool InitializeStaticGLBindings(GLImplementation implementation) {
GLImplementation  100 ui/gl/gl_implementation_android.cc bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation   24 ui/gl/gl_implementation_mac.cc void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
GLImplementation   30 ui/gl/gl_implementation_mac.cc bool InitializeStaticGLBindings(GLImplementation implementation) {
GLImplementation  111 ui/gl/gl_implementation_mac.cc bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation   31 ui/gl/gl_implementation_ozone.cc void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
GLImplementation   36 ui/gl/gl_implementation_ozone.cc bool InitializeStaticGLBindings(GLImplementation implementation) {
GLImplementation   74 ui/gl/gl_implementation_ozone.cc bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation  105 ui/gl/gl_implementation_win.cc void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
GLImplementation  111 ui/gl/gl_implementation_win.cc bool InitializeStaticGLBindings(GLImplementation implementation) {
GLImplementation  324 ui/gl/gl_implementation_win.cc bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation   45 ui/gl/gl_implementation_x11.cc void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
GLImplementation   51 ui/gl/gl_implementation_x11.cc bool InitializeStaticGLBindings(GLImplementation implementation) {
GLImplementation  152 ui/gl/gl_implementation_x11.cc bool InitializeDynamicGLBindings(GLImplementation implementation,
GLImplementation   36 ui/gl/gl_surface.cc   std::vector<GLImplementation> allowed_impls;
GLImplementation   43 ui/gl/gl_surface.cc   GLImplementation impl = allowed_impls[0];
GLImplementation   71 ui/gl/gl_surface.cc bool GLSurface::InitializeOneOffImplementation(GLImplementation impl,
GLImplementation  117 ui/gl/gl_surface.cc   std::vector<GLImplementation> allowed_impls;
GLImplementation  121 ui/gl/gl_surface.cc   GLImplementation impl = allowed_impls[0];
GLImplementation  117 ui/gl/gl_surface.h   static bool InitializeOneOffImplementation(GLImplementation impl,