Searched refs:g_gl_implementation (Results 1 – 1 of 1) sorted by relevance
34 GLImplementation g_gl_implementation = kGLImplementationNone; variable107 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()