HomeSort by relevance Sort by last modified time
    Searched full:g_gl_implementation (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gl/
gl_implementation.cc 35 GLImplementation g_gl_implementation = kGLImplementationNone; member in namespace:gfx::__anon20782
93 g_gl_implementation = implementation;
97 return g_gl_implementation;
101 return kGLImplementationDesktopGL == g_gl_implementation ||
102 kGLImplementationOSMesaGL == g_gl_implementation ||
103 kGLImplementationAppleGL == g_gl_implementation;
127 DCHECK(g_gl_implementation != kGLImplementationNone);

Completed in 73 milliseconds