HomeSort by relevance Sort by last modified time
    Searched refs:MakeContextCurrent (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 210 MakeContextCurrent(Display * dpy, GLXDrawable draw,
303 return MakeContextCurrent(dpy, draw, draw, gc);
309 (dpy, d, r, ctx), MakeContextCurrent)
314 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
  /external/mesa3d/src/glx/
glxcurrent.c 210 MakeContextCurrent(Display * dpy, GLXDrawable draw,
303 return MakeContextCurrent(dpy, draw, draw, gc);
309 (dpy, d, r, ctx), MakeContextCurrent)
314 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c 91 glx.MakeContextCurrent = _real_glXMakeContextCurrent;
glxapi.h 104 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
glxapi.c 585 b = (t->MakeContextCurrent)(dpy, draw, read, ctx);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 91 glx.MakeContextCurrent = _real_glXMakeContextCurrent;
glxapi.h 104 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
glxapi.c 585 b = (t->MakeContextCurrent)(dpy, draw, read, ctx);
    [all...]
fakeglx.c     [all...]
  /external/chromium_org/cc/output/
gl_renderer.h 189 bool MakeContextCurrent();

Completed in 1314 milliseconds