/external/icu4c/samples/datecal/ |
cal.cpp | 20 GregorianCalendar* gc = new GregorianCalendar(status); local 26 gc->set(2000, UCAL_FEBRUARY, 26); 27 gc->set(UCAL_HOUR_OF_DAY, 23); 28 gc->set(UCAL_MINUTE, 0); 29 gc->set(UCAL_SECOND, 0); 30 gc->set(UCAL_MILLISECOND, 0); 36 gc->get(UCAL_YEAR, status), 37 gc->get(UCAL_MONTH, status) + 1, 38 gc->get(UCAL_MONTH, status), 39 gc->get(UCAL_DATE, status)) [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
applegl_glx.c | 46 applegl_destroy_context(struct glx_context *gc) 48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); 52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, 55 Display *dpy = gc->psc->dpy; 58 gc ? gc->driContext : NULL, draw); 70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) 76 if (!gc) 83 dpy = gc->psc->dpy 128 struct glx_context *gc; local [all...] |
indirect_glx.c | 44 indirect_destroy_context(struct glx_context *gc) 46 __glXFreeVertexArrayState(gc); 48 if (gc->vendor) 49 XFree((char *) gc->vendor); 50 if (gc->renderer) 51 XFree((char *) gc->renderer); 52 if (gc->version) 53 XFree((char *) gc->version); 54 if (gc->extensions) 55 XFree((char *) gc->extensions) 249 struct glx_context *gc = __glXGetCurrentContext(); local 300 struct glx_context *gc = __glXGetCurrentContext(); local 348 struct glx_context *gc; local [all...] |
create_context.c | 44 struct glx_context *gc = NULL; local 78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, 83 if (gc == NULL) { 85 gc = applegl_create_context(psc, cfg, share, 0); 87 gc = indirect_create_context(psc, cfg, share, 0); 91 gc->xid = xcb_generate_id(c); 92 gc->share_xid = (share != NULL) ? share->xid : 0; 104 gc->xid, 107 gc->share_xid, 108 gc->isDirect [all...] |
clientattrib.c | 42 struct glx_context *gc = __glXGetCurrentContext(); local 43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 51 __glXSetError(gc, GL_INVALID_ENUM); 72 struct glx_context *gc = __glXGetCurrentContext(); local 73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 82 gc->attributes.stackPointer = spp + 1; 92 __glXSetError(gc, GL_STACK_OVERFLOW); 100 struct glx_context *gc = __glXGetCurrentContext() local [all...] |
pixelstore.c | 41 * \param gc Current GLX context 49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, 52 Display *const dpy = gc->currentDpy; 55 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen); 70 struct glx_context *gc = __glXGetCurrentContext(); local 71 __GLXattribute *state = gc->client_state_private; 72 Display *dpy = gc->currentDpy; 82 __glXSetError(gc, GL_INVALID_VALUE); 90 __glXSetError(gc, GL_INVALID_VALUE); 98 __glXSetError(gc, GL_INVALID_VALUE) 220 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
glxcurrent.c | 185 struct glx_context *gc = __glXGetCurrentContext(); local 186 return gc->currentDrawable; 213 struct glx_context *gc = (struct glx_context *) gc_user; local 230 if ((gc != NULL) && (gc->xid == None)) { 234 if (gc == NULL && (draw != None || read != None)) { 239 if (gc != NULL && (draw == None || read == None)) { 247 if (oldGC == gc && 248 gc->currentDrawable == draw && gc->currentReadable == read) [all...] |
/external/mesa3d/src/glx/ |
applegl_glx.c | 46 applegl_destroy_context(struct glx_context *gc) 48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); 52 applegl_bind_context(struct glx_context *gc, struct glx_context *old, 55 Display *dpy = gc->psc->dpy; 58 gc ? gc->driContext : NULL, draw); 70 applegl_unbind_context(struct glx_context *gc, struct glx_context *new) 76 if (!gc) 83 dpy = gc->psc->dpy 128 struct glx_context *gc; local [all...] |
indirect_glx.c | 44 indirect_destroy_context(struct glx_context *gc) 46 __glXFreeVertexArrayState(gc); 48 if (gc->vendor) 49 XFree((char *) gc->vendor); 50 if (gc->renderer) 51 XFree((char *) gc->renderer); 52 if (gc->version) 53 XFree((char *) gc->version); 54 if (gc->extensions) 55 XFree((char *) gc->extensions) 249 struct glx_context *gc = __glXGetCurrentContext(); local 300 struct glx_context *gc = __glXGetCurrentContext(); local 348 struct glx_context *gc; local [all...] |
create_context.c | 44 struct glx_context *gc = NULL; local 78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs, 83 if (gc == NULL) { 85 gc = applegl_create_context(psc, cfg, share, 0); 87 gc = indirect_create_context(psc, cfg, share, 0); 91 gc->xid = xcb_generate_id(c); 92 gc->share_xid = (share != NULL) ? share->xid : 0; 104 gc->xid, 107 gc->share_xid, 108 gc->isDirect [all...] |
clientattrib.c | 42 struct glx_context *gc = __glXGetCurrentContext(); local 43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 51 __glXSetError(gc, GL_INVALID_ENUM); 72 struct glx_context *gc = __glXGetCurrentContext(); local 73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); 74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; 76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { 82 gc->attributes.stackPointer = spp + 1; 92 __glXSetError(gc, GL_STACK_OVERFLOW); 100 struct glx_context *gc = __glXGetCurrentContext() local [all...] |
pixelstore.c | 41 * \param gc Current GLX context 49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, 52 Display *const dpy = gc->currentDpy; 55 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen); 70 struct glx_context *gc = __glXGetCurrentContext(); local 71 __GLXattribute *state = gc->client_state_private; 72 Display *dpy = gc->currentDpy; 82 __glXSetError(gc, GL_INVALID_VALUE); 90 __glXSetError(gc, GL_INVALID_VALUE); 98 __glXSetError(gc, GL_INVALID_VALUE) 220 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
indirect.c | 93 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, 117 __glXSetError(gc, GL_OUT_OF_MEMORY); 127 __glEmptyImage(gc, 3, width, height, depth, format, type, 137 __glXSetupSingleRequest( struct glx_context * gc, GLint sop, GLint cmdlen ) 140 Display * const dpy = gc->currentDpy; 142 (void) __glXFlushRenderBuffer(gc, gc->pc); 145 req->reqType = gc->majorOpcode; 146 req->contextTag = gc->currentContextTag; 152 __glXSetupVendorRequest( struct glx_context * gc, GLint code, GLint vop, GLint cmdlen 183 struct glx_context * const gc = __glXGetCurrentContext(); local 195 struct glx_context * const gc = __glXGetCurrentContext(); local 207 struct glx_context * const gc = __glXGetCurrentContext(); local 219 struct glx_context * const gc = __glXGetCurrentContext(); local 231 struct glx_context * const gc = __glXGetCurrentContext(); local 243 struct glx_context * const gc = __glXGetCurrentContext(); local 255 struct glx_context * const gc = __glXGetCurrentContext(); local 267 struct glx_context * const gc = __glXGetCurrentContext(); local 279 struct glx_context * const gc = __glXGetCurrentContext(); local 302 struct glx_context * const gc = __glXGetCurrentContext(); local 323 struct glx_context * const gc = __glXGetCurrentContext(); local 334 struct glx_context * const gc = __glXGetCurrentContext(); local 369 struct glx_context * const gc = __glXGetCurrentContext(); local 392 struct glx_context * const gc = __glXGetCurrentContext(); local 418 struct glx_context * const gc = __glXGetCurrentContext(); local 429 struct glx_context * const gc = __glXGetCurrentContext(); local 440 struct glx_context * const gc = __glXGetCurrentContext(); local 483 struct glx_context * const gc = __glXGetCurrentContext(); local 502 struct glx_context * const gc = __glXGetCurrentContext(); local 521 struct glx_context * const gc = __glXGetCurrentContext(); local 540 struct glx_context * const gc = __glXGetCurrentContext(); local 559 struct glx_context * const gc = __glXGetCurrentContext(); local 578 struct glx_context * const gc = __glXGetCurrentContext(); local 597 struct glx_context * const gc = __glXGetCurrentContext(); local 616 struct glx_context * const gc = __glXGetCurrentContext(); local 635 struct glx_context * const gc = __glXGetCurrentContext(); local 655 struct glx_context * const gc = __glXGetCurrentContext(); local 675 struct glx_context * const gc = __glXGetCurrentContext(); local 695 struct glx_context * const gc = __glXGetCurrentContext(); local 715 struct glx_context * const gc = __glXGetCurrentContext(); local 735 struct glx_context * const gc = __glXGetCurrentContext(); local 755 struct glx_context * const gc = __glXGetCurrentContext(); local 775 struct glx_context * const gc = __glXGetCurrentContext(); local 795 struct glx_context * const gc = __glXGetCurrentContext(); local 806 struct glx_context * const gc = __glXGetCurrentContext(); local 817 struct glx_context * const gc = __glXGetCurrentContext(); local 827 struct glx_context * const gc = __glXGetCurrentContext(); local 844 struct glx_context * const gc = __glXGetCurrentContext(); local 861 struct glx_context * const gc = __glXGetCurrentContext(); local 878 struct glx_context * const gc = __glXGetCurrentContext(); local 889 struct glx_context * const gc = __glXGetCurrentContext(); local 900 struct glx_context * const gc = __glXGetCurrentContext(); local 919 struct glx_context * const gc = __glXGetCurrentContext(); local 938 struct glx_context * const gc = __glXGetCurrentContext(); local 957 struct glx_context * const gc = __glXGetCurrentContext(); local 976 struct glx_context * const gc = __glXGetCurrentContext(); local 995 struct glx_context * const gc = __glXGetCurrentContext(); local 1013 struct glx_context * const gc = __glXGetCurrentContext(); local 1031 struct glx_context * const gc = __glXGetCurrentContext(); local 1049 struct glx_context * const gc = __glXGetCurrentContext(); local 1067 struct glx_context * const gc = __glXGetCurrentContext(); local 1086 struct glx_context * const gc = __glXGetCurrentContext(); local 1105 struct glx_context * const gc = __glXGetCurrentContext(); local 1124 struct glx_context * const gc = __glXGetCurrentContext(); local 1143 struct glx_context * const gc = __glXGetCurrentContext(); local 1163 struct glx_context * const gc = __glXGetCurrentContext(); local 1183 struct glx_context * const gc = __glXGetCurrentContext(); local 1203 struct glx_context * const gc = __glXGetCurrentContext(); local 1223 struct glx_context * const gc = __glXGetCurrentContext(); local 1237 struct glx_context * const gc = __glXGetCurrentContext(); local 1249 struct glx_context * const gc = __glXGetCurrentContext(); local 1263 struct glx_context * const gc = __glXGetCurrentContext(); local 1275 struct glx_context * const gc = __glXGetCurrentContext(); local 1289 struct glx_context * const gc = __glXGetCurrentContext(); local 1301 struct glx_context * const gc = __glXGetCurrentContext(); local 1315 struct glx_context * const gc = __glXGetCurrentContext(); local 1327 struct glx_context * const gc = __glXGetCurrentContext(); local 1344 struct glx_context * const gc = __glXGetCurrentContext(); local 1361 struct glx_context * const gc = __glXGetCurrentContext(); local 1378 struct glx_context * const gc = __glXGetCurrentContext(); local 1389 struct glx_context * const gc = __glXGetCurrentContext(); local 1400 struct glx_context * const gc = __glXGetCurrentContext(); local 1418 struct glx_context * const gc = __glXGetCurrentContext(); local 1436 struct glx_context * const gc = __glXGetCurrentContext(); local 1454 struct glx_context * const gc = __glXGetCurrentContext(); local 1472 struct glx_context * const gc = __glXGetCurrentContext(); local 1491 struct glx_context * const gc = __glXGetCurrentContext(); local 1510 struct glx_context * const gc = __glXGetCurrentContext(); local 1529 struct glx_context * const gc = __glXGetCurrentContext(); local 1548 struct glx_context * const gc = __glXGetCurrentContext(); local 1568 struct glx_context * const gc = __glXGetCurrentContext(); local 1588 struct glx_context * const gc = __glXGetCurrentContext(); local 1608 struct glx_context * const gc = __glXGetCurrentContext(); local 1628 struct glx_context * const gc = __glXGetCurrentContext(); local 1646 struct glx_context * const gc = __glXGetCurrentContext(); local 1664 struct glx_context * const gc = __glXGetCurrentContext(); local 1682 struct glx_context * const gc = __glXGetCurrentContext(); local 1700 struct glx_context * const gc = __glXGetCurrentContext(); local 1719 struct glx_context * const gc = __glXGetCurrentContext(); local 1738 struct glx_context * const gc = __glXGetCurrentContext(); local 1757 struct glx_context * const gc = __glXGetCurrentContext(); local 1776 struct glx_context * const gc = __glXGetCurrentContext(); local 1796 struct glx_context * const gc = __glXGetCurrentContext(); local 1816 struct glx_context * const gc = __glXGetCurrentContext(); local 1836 struct glx_context * const gc = __glXGetCurrentContext(); local 1856 struct glx_context * const gc = __glXGetCurrentContext(); local 1868 struct glx_context * const gc = __glXGetCurrentContext(); local 1880 struct glx_context * const gc = __glXGetCurrentContext(); local 1891 struct glx_context * const gc = __glXGetCurrentContext(); local 1903 struct glx_context * const gc = __glXGetCurrentContext(); local 1916 struct glx_context * const gc = __glXGetCurrentContext(); local 1928 struct glx_context * const gc = __glXGetCurrentContext(); local 1941 struct glx_context * const gc = __glXGetCurrentContext(); local 1952 struct glx_context * const gc = __glXGetCurrentContext(); local 1964 struct glx_context * const gc = __glXGetCurrentContext(); local 1977 struct glx_context * const gc = __glXGetCurrentContext(); local 1991 struct glx_context * const gc = __glXGetCurrentContext(); local 2004 struct glx_context * const gc = __glXGetCurrentContext(); local 2018 struct glx_context * const gc = __glXGetCurrentContext(); local 2030 struct glx_context * const gc = __glXGetCurrentContext(); local 2043 struct glx_context * const gc = __glXGetCurrentContext(); local 2055 struct glx_context * const gc = __glXGetCurrentContext(); local 2068 struct glx_context * const gc = __glXGetCurrentContext(); local 2080 struct glx_context * const gc = __glXGetCurrentContext(); local 2091 struct glx_context * const gc = __glXGetCurrentContext(); local 2104 struct glx_context * const gc = __glXGetCurrentContext(); local 2118 struct glx_context * const gc = __glXGetCurrentContext(); local 2131 struct glx_context * const gc = __glXGetCurrentContext(); local 2145 struct glx_context * const gc = __glXGetCurrentContext(); local 2156 struct glx_context * const gc = __glXGetCurrentContext(); local 2168 struct glx_context * const gc = __glXGetCurrentContext(); local 2184 struct glx_context * const gc = __glXGetCurrentContext(); local 2198 struct glx_context * const gc = __glXGetCurrentContext(); local 2209 struct glx_context * const gc = __glXGetCurrentContext(); local 2222 struct glx_context * const gc = __glXGetCurrentContext(); local 2236 struct glx_context * const gc = __glXGetCurrentContext(); local 2249 struct glx_context * const gc = __glXGetCurrentContext(); local 2263 struct glx_context * const gc = __glXGetCurrentContext(); local 2322 struct glx_context * const gc = __glXGetCurrentContext(); local 2335 struct glx_context * const gc = __glXGetCurrentContext(); local 2349 struct glx_context * const gc = __glXGetCurrentContext(); local 2362 struct glx_context * const gc = __glXGetCurrentContext(); local 2376 struct glx_context * const gc = __glXGetCurrentContext(); local 2389 struct glx_context * const gc = __glXGetCurrentContext(); local 2403 struct glx_context * const gc = __glXGetCurrentContext(); local 2416 struct glx_context * const gc = __glXGetCurrentContext(); local 2430 struct glx_context * const gc = __glXGetCurrentContext(); local 2443 struct glx_context * const gc = __glXGetCurrentContext(); local 2457 struct glx_context * const gc = __glXGetCurrentContext(); local 2467 struct glx_context * const gc = __glXGetCurrentContext(); local 2478 struct glx_context * const gc = __glXGetCurrentContext(); local 2489 struct glx_context * const gc = __glXGetCurrentContext(); local 2499 struct glx_context * const gc = __glXGetCurrentContext(); local 2510 struct glx_context * const gc = __glXGetCurrentContext(); local 2521 struct glx_context * const gc = __glXGetCurrentContext(); local 2532 struct glx_context * const gc = __glXGetCurrentContext(); local 2546 struct glx_context * const gc = __glXGetCurrentContext(); local 2557 struct glx_context * const gc = __glXGetCurrentContext(); local 2571 struct glx_context * const gc = __glXGetCurrentContext(); local 2582 struct glx_context * const gc = __glXGetCurrentContext(); local 2593 struct glx_context * const gc = __glXGetCurrentContext(); local 2604 struct glx_context * const gc = __glXGetCurrentContext(); local 2618 struct glx_context * const gc = __glXGetCurrentContext(); local 2629 struct glx_context * const gc = __glXGetCurrentContext(); local 2640 struct glx_context * const gc = __glXGetCurrentContext(); local 2652 struct glx_context * const gc = __glXGetCurrentContext(); local 2662 struct glx_context * const gc = __glXGetCurrentContext(); local 2673 struct glx_context * const gc = __glXGetCurrentContext(); local 2686 struct glx_context * const gc = __glXGetCurrentContext(); local 2699 struct glx_context * const gc = __glXGetCurrentContext(); local 2715 struct glx_context * const gc = __glXGetCurrentContext(); local 2731 struct glx_context * const gc = __glXGetCurrentContext(); local 2748 struct glx_context * const gc = __glXGetCurrentContext(); local 2765 struct glx_context * const gc = __glXGetCurrentContext(); local 2783 struct glx_context * const gc = __glXGetCurrentContext(); local 2801 struct glx_context * const gc = __glXGetCurrentContext(); local 2814 struct glx_context * const gc = __glXGetCurrentContext(); local 2825 struct glx_context * const gc = __glXGetCurrentContext(); local 2840 struct glx_context * const gc = __glXGetCurrentContext(); local 2852 struct glx_context * const gc = __glXGetCurrentContext(); local 2864 struct glx_context * const gc = __glXGetCurrentContext(); local 2876 struct glx_context * const gc = __glXGetCurrentContext(); local 2887 struct glx_context * const gc = __glXGetCurrentContext(); local 2900 struct glx_context * const gc = __glXGetCurrentContext(); local 2913 struct glx_context * const gc = __glXGetCurrentContext(); local 2924 struct glx_context * const gc = __glXGetCurrentContext(); local 2936 struct glx_context * const gc = __glXGetCurrentContext(); local 2948 struct glx_context * const gc = __glXGetCurrentContext(); local 2960 struct glx_context * const gc = __glXGetCurrentContext(); local 2994 struct glx_context * const gc = __glXGetCurrentContext(); local 3028 struct glx_context * const gc = __glXGetCurrentContext(); local 3062 struct glx_context * const gc = __glXGetCurrentContext(); local 3073 struct glx_context * const gc = __glXGetCurrentContext(); local 3088 struct glx_context * const gc = __glXGetCurrentContext(); local 3121 struct glx_context * const gc = __glXGetCurrentContext(); local 3160 struct glx_context * const gc = __glXGetCurrentContext(); local 3185 struct glx_context * const gc = __glXGetCurrentContext(); local 3214 struct glx_context * const gc = __glXGetCurrentContext(); local 3243 struct glx_context * const gc = __glXGetCurrentContext(); local 3272 struct glx_context * const gc = __glXGetCurrentContext(); local 3301 struct glx_context * const gc = __glXGetCurrentContext(); local 3330 struct glx_context * const gc = __glXGetCurrentContext(); local 3359 struct glx_context * const gc = __glXGetCurrentContext(); local 3388 struct glx_context * const gc = __glXGetCurrentContext(); local 3416 struct glx_context * const gc = __glXGetCurrentContext(); local 3444 struct glx_context * const gc = __glXGetCurrentContext(); local 3472 struct glx_context * const gc = __glXGetCurrentContext(); local 3497 struct glx_context * const gc = __glXGetCurrentContext(); local 3526 struct glx_context * const gc = __glXGetCurrentContext(); local 3555 struct glx_context * const gc = __glXGetCurrentContext(); local 3584 struct glx_context * const gc = __glXGetCurrentContext(); local 3613 struct glx_context * const gc = __glXGetCurrentContext(); local 3642 struct glx_context * const gc = __glXGetCurrentContext(); local 3675 struct glx_context * const gc = __glXGetCurrentContext(); local 3704 struct glx_context * const gc = __glXGetCurrentContext(); local 3733 struct glx_context * const gc = __glXGetCurrentContext(); local 3763 struct glx_context * const gc = __glXGetCurrentContext(); local 3793 struct glx_context * const gc = __glXGetCurrentContext(); local 3819 struct glx_context * const gc = __glXGetCurrentContext(); local 3831 struct glx_context * const gc = __glXGetCurrentContext(); local 3847 struct glx_context * const gc = __glXGetCurrentContext(); local 3857 struct glx_context * const gc = __glXGetCurrentContext(); local 3868 struct glx_context * const gc = __glXGetCurrentContext(); local 3879 struct glx_context * const gc = __glXGetCurrentContext(); local 3890 struct glx_context * const gc = __glXGetCurrentContext(); local 3901 struct glx_context * const gc = __glXGetCurrentContext(); local 3912 struct glx_context * const gc = __glXGetCurrentContext(); local 3928 struct glx_context * const gc = __glXGetCurrentContext(); local 3938 struct glx_context * const gc = __glXGetCurrentContext(); local 3948 struct glx_context * const gc = __glXGetCurrentContext(); local 3962 struct glx_context * const gc = __glXGetCurrentContext(); local 3976 struct glx_context * const gc = __glXGetCurrentContext(); local 3989 struct glx_context * const gc = __glXGetCurrentContext(); local 4002 struct glx_context * const gc = __glXGetCurrentContext(); local 4015 struct glx_context * const gc = __glXGetCurrentContext(); local 4028 struct glx_context * const gc = __glXGetCurrentContext(); local 4042 struct glx_context * const gc = __glXGetCurrentContext(); local 4054 struct glx_context * const gc = __glXGetCurrentContext(); local 4065 struct glx_context * const gc = __glXGetCurrentContext(); local 4076 struct glx_context * const gc = __glXGetCurrentContext(); local 4088 struct glx_context * const gc = __glXGetCurrentContext(); local 4105 struct glx_context * const gc = __glXGetCurrentContext(); local 4123 struct glx_context * const gc = __glXGetCurrentContext(); local 4139 struct glx_context * const gc = __glXGetCurrentContext(); local 4157 struct glx_context * const gc = __glXGetCurrentContext(); local 4184 struct glx_context * const gc = __glXGetCurrentContext(); local 4195 struct glx_context * const gc = __glXGetCurrentContext(); local 4215 struct glx_context * const gc = __glXGetCurrentContext(); local 4244 struct glx_context * const gc = __glXGetCurrentContext(); local 4255 struct glx_context * const gc = __glXGetCurrentContext(); local 4275 struct glx_context * const gc = __glXGetCurrentContext(); local 4301 struct glx_context * const gc = __glXGetCurrentContext(); local 4312 struct glx_context * const gc = __glXGetCurrentContext(); local 4329 struct glx_context * const gc = __glXGetCurrentContext(); local 4348 struct glx_context * const gc = __glXGetCurrentContext(); local 4409 struct glx_context * const gc = __glXGetCurrentContext(); local 4423 struct glx_context * const gc = __glXGetCurrentContext(); local 4434 struct glx_context * const gc = __glXGetCurrentContext(); local 4475 struct glx_context * const gc = __glXGetCurrentContext(); local 4489 struct glx_context * const gc = __glXGetCurrentContext(); local 4503 struct glx_context * const gc = __glXGetCurrentContext(); local 4518 struct glx_context * const gc = __glXGetCurrentContext(); local 4548 struct glx_context * const gc = __glXGetCurrentContext(); local 4559 struct glx_context * const gc = __glXGetCurrentContext(); local 4580 struct glx_context * const gc = __glXGetCurrentContext(); local 4609 struct glx_context * const gc = __glXGetCurrentContext(); local 4620 struct glx_context * const gc = __glXGetCurrentContext(); local 4637 struct glx_context * const gc = __glXGetCurrentContext(); local 4666 struct glx_context * const gc = __glXGetCurrentContext(); local 4677 struct glx_context * const gc = __glXGetCurrentContext(); local 4694 struct glx_context * const gc = __glXGetCurrentContext(); local 4735 struct glx_context * const gc = __glXGetCurrentContext(); local 4750 struct glx_context * const gc = __glXGetCurrentContext(); local 4805 struct glx_context * const gc = __glXGetCurrentContext(); local 4818 struct glx_context * const gc = __glXGetCurrentContext(); local 4832 struct glx_context * const gc = __glXGetCurrentContext(); local 4845 struct glx_context * const gc = __glXGetCurrentContext(); local 4859 struct glx_context * const gc = __glXGetCurrentContext(); local 4874 struct glx_context * const gc = __glXGetCurrentContext(); local 4890 struct glx_context * const gc = __glXGetCurrentContext(); local 4921 struct glx_context * const gc = __glXGetCurrentContext(); local 4932 struct glx_context * const gc = __glXGetCurrentContext(); local 4953 struct glx_context * const gc = __glXGetCurrentContext(); local 4982 struct glx_context * const gc = __glXGetCurrentContext(); local 4993 struct glx_context * const gc = __glXGetCurrentContext(); local 5010 struct glx_context * const gc = __glXGetCurrentContext(); local 5039 struct glx_context * const gc = __glXGetCurrentContext(); local 5050 struct glx_context * const gc = __glXGetCurrentContext(); local 5067 struct glx_context * const gc = __glXGetCurrentContext(); local 5098 struct glx_context * const gc = __glXGetCurrentContext(); local 5109 struct glx_context * const gc = __glXGetCurrentContext(); local 5131 struct glx_context * const gc = __glXGetCurrentContext(); local 5160 struct glx_context * const gc = __glXGetCurrentContext(); local 5171 struct glx_context * const gc = __glXGetCurrentContext(); local 5188 struct glx_context * const gc = __glXGetCurrentContext(); local 5217 struct glx_context * const gc = __glXGetCurrentContext(); local 5228 struct glx_context * const gc = __glXGetCurrentContext(); local 5245 struct glx_context * const gc = __glXGetCurrentContext(); local 5276 struct glx_context * const gc = __glXGetCurrentContext(); local 5287 struct glx_context * const gc = __glXGetCurrentContext(); local 5309 struct glx_context * const gc = __glXGetCurrentContext(); local 5338 struct glx_context * const gc = __glXGetCurrentContext(); local 5349 struct glx_context * const gc = __glXGetCurrentContext(); local 5366 struct glx_context * const gc = __glXGetCurrentContext(); local 5395 struct glx_context * const gc = __glXGetCurrentContext(); local 5406 struct glx_context * const gc = __glXGetCurrentContext(); local 5423 struct glx_context * const gc = __glXGetCurrentContext(); local 5437 struct glx_context * const gc = __glXGetCurrentContext(); local 5450 struct glx_context * const gc = __glXGetCurrentContext(); local 5461 struct glx_context * const gc = __glXGetCurrentContext(); local 5472 struct glx_context * const gc = __glXGetCurrentContext(); local 5531 struct glx_context * const gc = __glXGetCurrentContext(); local 5594 struct glx_context * const gc = __glXGetCurrentContext(); local 5613 struct glx_context * const gc = __glXGetCurrentContext(); local 5624 struct glx_context * const gc = __glXGetCurrentContext(); local 5636 struct glx_context * const gc = __glXGetCurrentContext(); local 5648 struct glx_context * const gc = __glXGetCurrentContext(); local 5660 struct glx_context * const gc = __glXGetCurrentContext(); local 5672 struct glx_context * const gc = __glXGetCurrentContext(); local 5684 struct glx_context * const gc = __glXGetCurrentContext(); local 5696 struct glx_context * const gc = __glXGetCurrentContext(); local 5708 struct glx_context * const gc = __glXGetCurrentContext(); local 5720 struct glx_context * const gc = __glXGetCurrentContext(); local 5733 struct glx_context * const gc = __glXGetCurrentContext(); local 5745 struct glx_context * const gc = __glXGetCurrentContext(); local 5758 struct glx_context * const gc = __glXGetCurrentContext(); local 5770 struct glx_context * const gc = __glXGetCurrentContext(); local 5783 struct glx_context * const gc = __glXGetCurrentContext(); local 5795 struct glx_context * const gc = __glXGetCurrentContext(); local 5808 struct glx_context * const gc = __glXGetCurrentContext(); local 5820 struct glx_context * const gc = __glXGetCurrentContext(); local 5834 struct glx_context * const gc = __glXGetCurrentContext(); local 5846 struct glx_context * const gc = __glXGetCurrentContext(); local 5860 struct glx_context * const gc = __glXGetCurrentContext(); local 5872 struct glx_context * const gc = __glXGetCurrentContext(); local 5886 struct glx_context * const gc = __glXGetCurrentContext(); local 5898 struct glx_context * const gc = __glXGetCurrentContext(); local 5912 struct glx_context * const gc = __glXGetCurrentContext(); local 5924 struct glx_context * const gc = __glXGetCurrentContext(); local 5939 struct glx_context * const gc = __glXGetCurrentContext(); local 5951 struct glx_context * const gc = __glXGetCurrentContext(); local 5966 struct glx_context * const gc = __glXGetCurrentContext(); local 5978 struct glx_context * const gc = __glXGetCurrentContext(); local 5993 struct glx_context * const gc = __glXGetCurrentContext(); local 6005 struct glx_context * const gc = __glXGetCurrentContext(); local 6020 struct glx_context * const gc = __glXGetCurrentContext(); local 6032 struct glx_context * const gc = __glXGetCurrentContext(); local 6044 struct glx_context * const gc = __glXGetCurrentContext(); local 6060 struct glx_context * const gc = __glXGetCurrentContext(); local 6076 struct glx_context * const gc = __glXGetCurrentContext(); local 6092 struct glx_context * const gc = __glXGetCurrentContext(); local 6105 struct glx_context * const gc = __glXGetCurrentContext(); local 6121 struct glx_context * const gc = __glXGetCurrentContext(); local 6134 struct glx_context * const gc = __glXGetCurrentContext(); local 6150 struct glx_context * const gc = __glXGetCurrentContext(); local 6163 struct glx_context * const gc = __glXGetCurrentContext(); local 6179 struct glx_context * const gc = __glXGetCurrentContext(); local 6192 struct glx_context * const gc = __glXGetCurrentContext(); local 6228 struct glx_context * const gc = __glXGetCurrentContext(); local 6240 struct glx_context * const gc = __glXGetCurrentContext(); local 6252 struct glx_context * const gc = __glXGetCurrentContext(); local 6264 struct glx_context * const gc = __glXGetCurrentContext(); local 6276 struct glx_context * const gc = __glXGetCurrentContext(); local 6288 struct glx_context * const gc = __glXGetCurrentContext(); local 6300 struct glx_context * const gc = __glXGetCurrentContext(); local 6313 struct glx_context * const gc = __glXGetCurrentContext(); local 6325 struct glx_context * const gc = __glXGetCurrentContext(); local 6338 struct glx_context * const gc = __glXGetCurrentContext(); local 6350 struct glx_context * const gc = __glXGetCurrentContext(); local 6363 struct glx_context * const gc = __glXGetCurrentContext(); local 6375 struct glx_context * const gc = __glXGetCurrentContext(); local 6389 struct glx_context * const gc = __glXGetCurrentContext(); local 6401 struct glx_context * const gc = __glXGetCurrentContext(); local 6415 struct glx_context * const gc = __glXGetCurrentContext(); local 6427 struct glx_context * const gc = __glXGetCurrentContext(); local 6441 struct glx_context * const gc = __glXGetCurrentContext(); local 6453 struct glx_context * const gc = __glXGetCurrentContext(); local 6465 struct glx_context * const gc = __glXGetCurrentContext(); local 6477 struct glx_context * const gc = __glXGetCurrentContext(); local 6489 struct glx_context * const gc = __glXGetCurrentContext(); local 6504 struct glx_context * const gc = __glXGetCurrentContext(); local 6516 struct glx_context * const gc = __glXGetCurrentContext(); local 6528 struct glx_context * const gc = __glXGetCurrentContext(); local 6540 struct glx_context * const gc = __glXGetCurrentContext(); local 6552 struct glx_context * const gc = __glXGetCurrentContext(); local 6567 struct glx_context * const gc = __glXGetCurrentContext(); local 6579 struct glx_context * const gc = __glXGetCurrentContext(); local 6594 struct glx_context * const gc = __glXGetCurrentContext(); local 6606 struct glx_context * const gc = __glXGetCurrentContext(); local 6618 struct glx_context * const gc = __glXGetCurrentContext(); local 6633 struct glx_context * const gc = __glXGetCurrentContext(); local 6645 struct glx_context * const gc = __glXGetCurrentContext(); local 6657 struct glx_context * const gc = __glXGetCurrentContext(); local 6669 struct glx_context * const gc = __glXGetCurrentContext(); local 6681 struct glx_context * const gc = __glXGetCurrentContext(); local 6693 struct glx_context * const gc = __glXGetCurrentContext(); local 6720 struct glx_context * const gc = __glXGetCurrentContext(); local 6731 struct glx_context * const gc = __glXGetCurrentContext(); local 6760 struct glx_context * const gc = __glXGetCurrentContext(); local 6789 struct glx_context * const gc = __glXGetCurrentContext(); local 6818 struct glx_context * const gc = __glXGetCurrentContext(); local 6847 struct glx_context * const gc = __glXGetCurrentContext(); local 6873 struct glx_context * const gc = __glXGetCurrentContext(); local 6905 struct glx_context * const gc = __glXGetCurrentContext(); local 6917 struct glx_context * const gc = __glXGetCurrentContext(); local 6932 struct glx_context * const gc = __glXGetCurrentContext(); local 6944 struct glx_context * const gc = __glXGetCurrentContext(); local 6955 struct glx_context * const gc = __glXGetCurrentContext(); local 6967 struct glx_context * const gc = __glXGetCurrentContext(); local 6980 struct glx_context * const gc = __glXGetCurrentContext(); local 6999 struct glx_context * const gc = __glXGetCurrentContext(); local 7018 struct glx_context * const gc = __glXGetCurrentContext(); local 7037 struct glx_context * const gc = __glXGetCurrentContext(); local 7056 struct glx_context * const gc = __glXGetCurrentContext(); local 7075 struct glx_context * const gc = __glXGetCurrentContext(); local 7094 struct glx_context * const gc = __glXGetCurrentContext(); local 7113 struct glx_context * const gc = __glXGetCurrentContext(); local 7132 struct glx_context * const gc = __glXGetCurrentContext(); local 7149 struct glx_context * const gc = __glXGetCurrentContext(); local 7166 struct glx_context * const gc = __glXGetCurrentContext(); local 7180 struct glx_context * const gc = __glXGetCurrentContext(); local 7199 struct glx_context * const gc = __glXGetCurrentContext(); local 7220 struct glx_context * const gc = __glXGetCurrentContext(); local 7232 struct glx_context * const gc = __glXGetCurrentContext(); local 7251 struct glx_context * const gc = __glXGetCurrentContext(); local 7264 struct glx_context * const gc = __glXGetCurrentContext(); local 7283 struct glx_context * const gc = __glXGetCurrentContext(); local 7300 struct glx_context * const gc = __glXGetCurrentContext(); local 7317 struct glx_context * const gc = __glXGetCurrentContext(); local 7333 struct glx_context * const gc = __glXGetCurrentContext(); local 7349 struct glx_context * const gc = __glXGetCurrentContext(); local 7366 struct glx_context * const gc = __glXGetCurrentContext(); local 7382 struct glx_context * const gc = __glXGetCurrentContext(); local 7398 struct glx_context * const gc = __glXGetCurrentContext(); local 7414 struct glx_context * const gc = __glXGetCurrentContext(); local 7430 struct glx_context * const gc = __glXGetCurrentContext(); local 7450 struct glx_context * const gc = __glXGetCurrentContext(); local 7470 struct glx_context * const gc = __glXGetCurrentContext(); local 7490 struct glx_context * const gc = __glXGetCurrentContext(); local 7508 struct glx_context * const gc = __glXGetCurrentContext(); local 7522 struct glx_context * const gc = __glXGetCurrentContext(); local 7534 struct glx_context * const gc = __glXGetCurrentContext(); local 7546 struct glx_context * const gc = __glXGetCurrentContext(); local 7558 struct glx_context * const gc = __glXGetCurrentContext(); local 7570 struct glx_context * const gc = __glXGetCurrentContext(); local 7582 struct glx_context * const gc = __glXGetCurrentContext(); local 7594 struct glx_context * const gc = __glXGetCurrentContext(); local 7607 struct glx_context * const gc = __glXGetCurrentContext(); local 7619 struct glx_context * const gc = __glXGetCurrentContext(); local 7632 struct glx_context * const gc = __glXGetCurrentContext(); local 7644 struct glx_context * const gc = __glXGetCurrentContext(); local 7657 struct glx_context * const gc = __glXGetCurrentContext(); local 7669 struct glx_context * const gc = __glXGetCurrentContext(); local 7683 struct glx_context * const gc = __glXGetCurrentContext(); local 7695 struct glx_context * const gc = __glXGetCurrentContext(); local 7709 struct glx_context * const gc = __glXGetCurrentContext(); local 7721 struct glx_context * const gc = __glXGetCurrentContext(); local 7735 struct glx_context * const gc = __glXGetCurrentContext(); local 7747 struct glx_context * const gc = __glXGetCurrentContext(); local 7762 struct glx_context * const gc = __glXGetCurrentContext(); local 7774 struct glx_context * const gc = __glXGetCurrentContext(); local 7789 struct glx_context * const gc = __glXGetCurrentContext(); local 7801 struct glx_context * const gc = __glXGetCurrentContext(); local 7816 struct glx_context * const gc = __glXGetCurrentContext(); local 7828 struct glx_context * const gc = __glXGetCurrentContext(); local 7843 struct glx_context * const gc = __glXGetCurrentContext(); local 7855 struct glx_context * const gc = __glXGetCurrentContext(); local 7874 struct glx_context * const gc = __glXGetCurrentContext(); local 7893 struct glx_context * const gc = __glXGetCurrentContext(); local 7912 struct glx_context * const gc = __glXGetCurrentContext(); local 7931 struct glx_context * const gc = __glXGetCurrentContext(); local 7950 struct glx_context * const gc = __glXGetCurrentContext(); local 7969 struct glx_context * const gc = __glXGetCurrentContext(); local 7988 struct glx_context * const gc = __glXGetCurrentContext(); local 8007 struct glx_context * const gc = __glXGetCurrentContext(); local 8026 struct glx_context * const gc = __glXGetCurrentContext(); local 8045 struct glx_context * const gc = __glXGetCurrentContext(); local 8064 struct glx_context * const gc = __glXGetCurrentContext(); local 8083 struct glx_context * const gc = __glXGetCurrentContext(); local 8102 struct glx_context * const gc = __glXGetCurrentContext(); local 8114 struct glx_context * const gc = __glXGetCurrentContext(); local 8127 struct glx_context * const gc = __glXGetCurrentContext(); local 8138 struct glx_context * const gc = __glXGetCurrentContext(); local 8159 struct glx_context * const gc = __glXGetCurrentContext(); local 8180 struct glx_context * const gc = __glXGetCurrentContext(); local 8203 struct glx_context * const gc = __glXGetCurrentContext(); local 8223 struct glx_context * const gc = __glXGetCurrentContext(); local 8246 struct glx_context * const gc = __glXGetCurrentContext(); local 8266 struct glx_context * const gc = __glXGetCurrentContext(); local 8278 struct glx_context * const gc = __glXGetCurrentContext(); local 8290 struct glx_context * const gc = __glXGetCurrentContext(); local 8302 struct glx_context * const gc = __glXGetCurrentContext(); local 8318 struct glx_context * const gc = __glXGetCurrentContext(); local 8336 struct glx_context * const gc = __glXGetCurrentContext(); local 8354 struct glx_context * const gc = __glXGetCurrentContext(); local 8368 struct glx_context * const gc = __glXGetCurrentContext(); local 8383 struct glx_context * const gc = __glXGetCurrentContext(); local 8398 struct glx_context * const gc = __glXGetCurrentContext(); local 8414 struct glx_context * const gc = __glXGetCurrentContext(); local 8433 struct glx_context * const gc = __glXGetCurrentContext(); local 8452 struct glx_context * const gc = __glXGetCurrentContext(); local 8463 struct glx_context * const gc = __glXGetCurrentContext(); local 8480 struct glx_context * const gc = __glXGetCurrentContext(); local 8496 struct glx_context * const gc = __glXGetCurrentContext(); local 8512 struct glx_context * const gc = __glXGetCurrentContext(); local 8528 struct glx_context * const gc = __glXGetCurrentContext(); local 8542 struct glx_context * const gc = __glXGetCurrentContext(); local 8562 struct glx_context * const gc = __glXGetCurrentContext(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_xgl_api_viewport.c | 40 struct glx_context *gc = __glXGetCurrentContext(); local 43 if (gc && gc->driContext) 44 apple_glx_context_update(dpy, gc->driContext);
|
apple_xgl_api_read.c | 52 struct glx_context *gc = __glXGetCurrentContext(); local 65 if (None != gc->currentReadable 66 && gc->currentReadable != gc->currentDrawable) { 71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, 72 gc->currentReadable)) { 74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, 75 gc->currentDrawable) 85 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/mesa3d/src/glx/apple/ |
apple_xgl_api_viewport.c | 40 struct glx_context *gc = __glXGetCurrentContext(); local 43 if (gc && gc->driContext) 44 apple_glx_context_update(dpy, gc->driContext);
|
apple_xgl_api_read.c | 52 struct glx_context *gc = __glXGetCurrentContext(); local 65 if (None != gc->currentReadable 66 && gc->currentReadable != gc->currentDrawable) { 71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, 72 gc->currentReadable)) { 74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext, 75 gc->currentDrawable) 85 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 5 import gc namespace 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 5 import gc namespace 17 # cyclic gc. 27 # Create an instance I. Then gc hasn't happened again so long as 37 # gc collects it. 48 gc.collect() 50 self.assertEqual(gc.collect(), 1) 55 gc.collect() 57 self.assertEqual(gc.collect(), 1) 64 gc.collect() 67 self.assertEqual(gc.collect(), 2 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SwtUtils.java | 19 import org.eclipse.swt.graphics.GC; 24 GC gc = new GC(c); local 25 int avgCharWidth = gc.getFontMetrics().getAverageCharWidth(); 26 gc.dispose();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
SwtUtils.java | 19 import org.eclipse.swt.graphics.GC; 28 GC gc = new GC(c); local 29 int avgCharWidth = gc.getFontMetrics().getAverageCharWidth(); 30 gc.dispose();
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecir.h | 29 DEF_VEC_ALLOC_P(tree,gc); 35 DEF_VEC_ALLOC_P(gimple,gc); 44 DEF_VEC_ALLOC_P(gimple_seq,gc); 50 DEF_VEC_ALLOC_P(rtx,gc);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecir.h | 29 DEF_VEC_ALLOC_P(tree,gc); 35 DEF_VEC_ALLOC_P(gimple,gc); 44 DEF_VEC_ALLOC_P(gimple_seq,gc); 50 DEF_VEC_ALLOC_P(rtx,gc);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vecir.h | 29 DEF_VEC_ALLOC_P(tree,gc); 35 DEF_VEC_ALLOC_P(gimple,gc); 44 DEF_VEC_ALLOC_P(gimple_seq,gc); 50 DEF_VEC_ALLOC_P(rtx,gc);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vecir.h | 29 DEF_VEC_ALLOC_P(tree,gc); 35 DEF_VEC_ALLOC_P(gimple,gc); 44 DEF_VEC_ALLOC_P(gimple_seq,gc); 50 DEF_VEC_ALLOC_P(rtx,gc);
|