/external/mesa3d/src/glx/tests/ |
fake_glx_screen.h | 93 struct glx_context *shareList, 98 (void) shareList; 127 struct glx_context *shareList, int renderType) 129 (void) shareList; 137 struct glx_context *shareList, 142 (void) shareList;
|
fake_glx_screen.cpp | 51 struct glx_context *shareList, int renderType) 53 (void) shareList;
|
/external/mesa3d/src/glx/ |
applegl_glx.c | 126 struct glx_context *shareList, int renderType) 151 shareList ? shareList->driContext : NULL,
|
glxclient.h | 107 struct glx_context *shareList, 270 * The XID of the \c shareList context. 468 struct glx_context *shareList, 473 struct glx_context *shareList, 800 struct glx_context *shareList, int renderType); 819 struct glx_context *shareList, int renderType);
|
drisw_glx.c | 374 struct glx_context *shareList, int renderType) 384 if (shareList) { 385 /* If the shareList context is not a DRISW context, we cannot possibly 388 if (shareList->vtable->destroy != drisw_destroy_context) { 392 pcp_shared = (struct drisw_context *) shareList; 422 struct glx_context *shareList, 456 if (shareList) { 457 pcp_shared = (struct drisw_context *) shareList;
|
glxcmds.c | 260 struct glx_context *shareList = (struct glx_context *) shareList_user; 273 gc = applegl_create_context(psc, config, shareList, renderType); 276 gc = psc->vtable->create_context(psc, config, shareList, renderType); 278 gc = indirect_create_context(psc, config, shareList, renderType); 295 req->shareList = shareList ? shareList->xid : None; 311 req->shareList = shareList ? shareList->xid : None [all...] |
indirect_glx.c | 346 struct glx_context *shareList, int renderType) 442 struct glx_context *shareList, 458 return indirect_create_context(base, config_base, shareList, 0);
|
dri2_glx.c | 183 struct glx_context *shareList, int renderType) 190 if (shareList) { 191 /* If the shareList context is not a DRI2 context, we cannot possibly 194 if (shareList->vtable->destroy != dri2_destroy_context) { 198 pcp_shared = (struct dri2_context *) shareList; 229 struct glx_context *shareList, 260 if (shareList) { 261 pcp_shared = (struct dri2_context *) shareList; [all...] |
dri_glx.c | 575 struct glx_context *shareList, int renderType) 586 if (shareList) { 587 /* If the shareList context is not a DRI context, we cannot possibly 590 if (shareList->vtable->destroy != dri_destroy_context) { 594 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 | 213 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) 219 return (t->CreateContext)(dpy, visinfo, shareList, direct); 450 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool direct) 456 return (t->CreateNewContext)(dpy, config, renderType, shareList, direct); [all...] |
realglx.h | 151 int renderType, GLXContext shareList, Bool direct );
|
fakeglx.c | [all...] |
/external/mesa3d/include/GL/ |
glx.h | 204 GLXContext shareList, Bool direct ); 286 int renderType, GLXContext shareList,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/ |
glx.h | 194 GLXContext shareList, Bool direct ); 276 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/src/gpu/gl/glx/ |
SkCreatePlatformGLContext_glx.cpp | 49 GLXGLContext(GrGLStandard forcedGpuAPI, GLXGLContext* shareList);
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 60 typedef GLXContext (*GLXCREATECONTEXTPROC)( Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct ); [all...] |
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
glxew.h | 152 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |