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

  /external/mesa3d/src/glx/
indirect_glx.c 139 tag = old->currentContextTag;
140 old->currentContextTag = 0;
146 &gc->currentContextTag);
170 gc->currentContextTag, None, None, NULL);
171 gc->currentContextTag = 0;
189 req->contextTag = gc->currentContextTag;
207 req->contextTag = gc->currentContextTag;
227 req->contextTag = gc->currentContextTag;
265 req->contextTag = gc->currentContextTag;
307 req->contextTag = gc->currentContextTag;
    [all...]
applegl_glx.c 158 gc->currentContextTag = -1;
packsingle.h 73 req->contextTag = gc->currentContextTag; \
single2.c 682 s = (GLubyte *) __glXGetString(dpy, gc->majorOpcode, gc->currentContextTag,
894 (c, gc->currentContextTag, n,
glxclient.h 315 GLXContextTag currentContextTag;
glxext.c 1013 xcb_glx_render(c, ctx->currentContextTag, size,
1045 xcb_glx_render_large(c, gc->currentContextTag, requestNumber,
    [all...]
glxcmds.c 265 gc->currentContextTag = -1;
597 tag = gc->currentContextTag;
861 tag = gc->currentContextTag;
    [all...]
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 79 this->currentContextTag = -1;
create_context_unittest.cpp 50 gc->currentContextTag = -1;

Completed in 245 milliseconds