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

  /external/mesa3d/src/glx/tests/
fake_glx_screen.cpp 55 struct glx_context *shareList, int renderType)
57 (void) shareList;
66 struct glx_context *shareList,
75 return indirect_create_context(base, config_base, shareList, 0);
fake_glx_screen.h 110 struct glx_context *shareList, int renderType)
112 (void) shareList;
120 struct glx_context *shareList,
125 (void) shareList;
  /external/mesa3d/src/glx/
applegl_glx.c 126 struct glx_context *shareList, int renderType)
151 shareList ? shareList->driContext : NULL,
driwindows_glx.c 161 struct glx_context *shareList, int renderType)
175 if (shareList) {
176 /* If the shareList context is not on this renderer, we cannot possibly
179 if (shareList->vtable->destroy != driwindows_destroy_context) {
183 pcp_shared = (struct driwindows_context *) shareList;
215 struct glx_context *shareList,
250 if (shareList) {
251 /* If the shareList context is not on this renderer, we cannot possibly
254 if (shareList->vtable->destroy != driwindows_destroy_context) {
258 pcp_shared = (struct driwindows_context *) shareList;
    [all...]
glxclient.h 113 struct glx_context *shareList,
291 * The XID of the \c shareList context.
489 struct glx_context *shareList,
494 struct glx_context *shareList,
813 struct glx_context *shareList, int renderType);
835 struct glx_context *shareList, int renderType);
839 struct glx_context *shareList,
glxcmds.c 284 struct glx_context *shareList = (struct glx_context *) shareList_user;
297 gc = applegl_create_context(psc, config, shareList, renderType);
300 gc = psc->vtable->create_context(psc, config, shareList, renderType);
302 gc = indirect_create_context(psc, config, shareList, renderType);
319 req->shareList = shareList ? shareList->xid : None;
335 req->shareList = shareList ? shareList->xid : None
    [all...]
drisw_glx.c 352 struct glx_context *shareList, int renderType)
366 if (shareList) {
367 /* If the shareList context is not a DRISW context, we cannot possibly
370 if (shareList->vtable->destroy != drisw_destroy_context) {
374 pcp_shared = (struct drisw_context *) shareList;
405 struct glx_context *shareList,
445 if (shareList) {
446 pcp_shared = (struct drisw_context *) shareList;
indirect_glx.c 343 struct glx_context *shareList, int renderType)
439 struct glx_context *shareList,
461 return indirect_create_context(base, config_base, shareList, renderType);
dri2_glx.c 182 struct glx_context *shareList, int renderType)
193 if (shareList) {
194 /* If the shareList context is not a DRI2 context, we cannot possibly
197 if (shareList->vtable->destroy != dri2_destroy_context) {
201 pcp_shared = (struct dri2_context *) shareList;
233 struct glx_context *shareList,
269 if (shareList) {
270 pcp_shared = (struct dri2_context *) shareList;
    [all...]
dri3_glx.c 253 struct glx_context *shareList,
285 if (shareList) {
286 pcp_shared = (struct dri3_context *) shareList;
348 struct glx_context *shareList, int renderType)
352 return dri3_create_context_attribs(base, config_base, shareList,
dri_glx.c 586 struct glx_context *shareList, int renderType)
601 if (shareList) {
602 /* If the shareList context is not a DRI context, we cannot possibly
605 if (shareList->vtable->destroy != dri_destroy_context) {
609 pcp_shared = (struct dri_context *) shareList;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 66 GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
92 GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct);
glxapi.c 178 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct)
184 return t->CreateContext(dpy, visinfo, shareList, direct);
407 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct)
413 return t->CreateNewContext(dpy, config, renderType, shareList, direct);
    [all...]
fakeglx.c     [all...]
  /external/mesa3d/include/GL/
glx.h 191 GLXContext shareList, Bool direct );
273 int renderType, GLXContext shareList,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 204 GLXContext shareList, Bool direct );
286 int renderType, GLXContext shareList,
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);
  /external/skqp/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 56 GLXGLTestContext(GrGLStandard forcedGpuAPI, GLXGLTestContext* shareList);

Completed in 154 milliseconds