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::__anon17693
107 g_gl_implementation = implementation;
111 return g_gl_implementation;
115 return kGLImplementationDesktopGL == g_gl_implementation ||
116 kGLImplementationOSMesaGL == g_gl_implementation ||
117 kGLImplementationAppleGL == g_gl_implementation;
141 DCHECK(g_gl_implementation != kGLImplementationNone);
151 if (ExportsCoreFunctionsFromGetProcAddress(g_gl_implementation) &&
162 DCHECK(g_gl_implementation != kGLImplementationNone);

Completed in 104 milliseconds