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

  /external/chromium_org/ui/gl/
gl_glx_api_implementation.cc 10 RealGLXApi* g_real_glx; member in namespace:gfx
14 if (!g_real_glx) {
15 g_real_glx = new RealGLXApi();
17 g_real_glx->Initialize(&g_driver_glx);
18 g_current_glx_context = g_real_glx;
30 if (g_real_glx) {
31 delete g_real_glx;
32 g_real_glx = NULL;

Completed in 291 milliseconds