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 34 GLImplementation g_gl_implementation = kGLImplementationNone; member in namespace:gfx::__anon16780
108 g_gl_implementation = implementation;
112 return g_gl_implementation;
116 return kGLImplementationDesktopGL == g_gl_implementation ||
117 kGLImplementationOSMesaGL == g_gl_implementation ||
118 kGLImplementationAppleGL == g_gl_implementation;
142 DCHECK(g_gl_implementation != kGLImplementationNone);
152 if (ExportsCoreFunctionsFromGetProcAddress(g_gl_implementation) &&
163 DCHECK(g_gl_implementation != kGLImplementationNone);

Completed in 295 milliseconds