Home
last modified time | relevance | path

Searched refs:g_gl_implementation (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_implementation.cc34 GLImplementation g_gl_implementation = kGLImplementationNone; variable
107 g_gl_implementation = implementation; in SetGLImplementation()
111 return g_gl_implementation; in GetGLImplementation()
115 return kGLImplementationDesktopGL == g_gl_implementation || in HasDesktopGLFeatures()
116 kGLImplementationOSMesaGL == g_gl_implementation || in HasDesktopGLFeatures()
117 kGLImplementationAppleGL == g_gl_implementation; in HasDesktopGLFeatures()
141 DCHECK(g_gl_implementation != kGLImplementationNone); in GetGLCoreProcAddress()
151 if (ExportsCoreFunctionsFromGetProcAddress(g_gl_implementation) && in GetGLCoreProcAddress()
162 DCHECK(g_gl_implementation != kGLImplementationNone); in GetGLProcAddress()