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 142 tag = old->currentContextTag;
143 old->currentContextTag = 0;
149 &gc->currentContextTag);
171 SendMakeCurrentRequest(dpy, None, gc->currentContextTag, None, None,
173 gc->currentContextTag = 0;
191 req->contextTag = gc->currentContextTag;
209 req->contextTag = gc->currentContextTag;
229 req->contextTag = gc->currentContextTag;
267 req->contextTag = gc->currentContextTag;
309 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 1027 xcb_glx_render(c, ctx->currentContextTag, size,
1059 xcb_glx_render_large(c, gc->currentContextTag, requestNumber,
    [all...]
glxcmds.c 270 gc->currentContextTag = -1;
594 tag = gc->currentContextTag;
858 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 1065 milliseconds