/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/ |
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...] |
applegl_glx.c | 126 struct glx_context *shareList, int renderType) 151 shareList ? shareList->driContext : NULL,
|
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;
|
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,
|
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;
|
/cts/tests/ProcessTest/src/com/android/cts/process/ |
ProcessTest.java | 61 List<RunningAppProcessInfo> sharelist = am.getRunningAppProcesses(); local 62 int sharePid = getPid(shareProcessName, sharelist);
|
/external/mesa3d/include/GL/ |
osmesa.h | 120 * sharelist - specifies another OSMesaContext with which to share 125 OSMesaCreateContext( GLenum format, OSMesaContext sharelist ); 139 GLint accumBits, OSMesaContext sharelist); 167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
|
glx.h | 191 GLXContext shareList, Bool direct ); 273 int renderType, GLXContext shareList,
|
/external/mesa3d/src/gallium/state_trackers/osmesa/ |
osmesa.c | 527 * sharelist - specifies another OSMesaContext with which to share 532 OSMesaCreateContext(GLenum format, OSMesaContext sharelist) 534 return OSMesaCreateContextExt(format, 24, 8, 0, sharelist); 545 GLint accumBits, OSMesaContext sharelist) 559 return OSMesaCreateContextAttribs(attribs, sharelist); 569 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelist) 581 if (sharelist) { 582 st_shared = sharelist->stctx;
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 626 * sharelist - specifies another OSMesaContext with which to share 631 OSMesaCreateContext( GLenum format, OSMesaContext sharelist ) 634 8, 0, sharelist); 646 GLint accumBits, OSMesaContext sharelist ) 660 return OSMesaCreateContextAttribs(attribs, sharelist); 670 OSMesaCreateContextAttribs(const int *attribList, OSMesaContext sharelist) 837 sharelist ? &sharelist->mesa [all...] |
/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...] |
/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);
|
/external/mesa3d/docs/ |
versions.html | 122 <li>glXCreateContext()'s shareList parameter works as it's supposed to. 123 XMesaCreateContext() updated to accept a shareList parameter too. [all...] |
VERSIONS | 79 - glXCreateContext()'s shareList parameter works as it's supposed to. 80 XMesaCreateContext() updated to accept a shareList parameter too. [all...] |