/external/chromium_org/third_party/mesa/src/src/glx/ |
drisw_glx.c | 62 GC gc; member in struct:drisw_drawable 63 GC swapgc; 79 /* create GC's */ 80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); 85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues); 123 XFreeGC(dpy, pdp->gc); 183 GC gc; local 187 gc = pdp->gc 303 struct glx_context *gc = __glXGetCurrentContext(); local 336 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
glxclient.h | 423 glx_context_init(struct glx_context *gc, 426 #define __glXSetError(gc,code) \ 427 if (!(gc)->error) { \ 428 (gc)->error = code; \ 609 extern void __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber, 647 #define __glXSetCurrentContext(gc) __glXcurrentContext = gc 681 extern void __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_line.c | 61 XMesaGC gc = xmesa->xm_buffer->gc; 70 XMesaSetForeground( dpy, gc, pixel ); 73 XMesaDrawPoint( dpy, buffer, gc, x, y); 78 XMesaSetForeground( dpy, gc, vert->index ); 81 XMesaDrawPoint( dpy, buffer, gc, x, y); 420 XMesaGC gc = xmesa->xm_buffer->gc; local 430 XMesaSetForeground(dpy, gc, pixel); 431 XMesaSetFunction(dpy, gc, GXxor) [all...] |
/external/mesa3d/src/glx/ |
drisw_glx.c | 62 GC gc; member in struct:drisw_drawable 63 GC swapgc; 79 /* create GC's */ 80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); 85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues); 123 XFreeGC(dpy, pdp->gc); 183 GC gc; local 187 gc = pdp->gc 303 struct glx_context *gc = __glXGetCurrentContext(); local 336 struct glx_context *gc = __glXGetCurrentContext(); local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_line.c | 61 XMesaGC gc = xmesa->xm_buffer->gc; 70 XMesaSetForeground( dpy, gc, pixel ); 73 XMesaDrawPoint( dpy, buffer, gc, x, y); 78 XMesaSetForeground( dpy, gc, vert->index ); 81 XMesaDrawPoint( dpy, buffer, gc, x, y); 420 XMesaGC gc = xmesa->xm_buffer->gc; local 430 XMesaSetForeground(dpy, gc, pixel); 431 XMesaSetFunction(dpy, gc, GXxor) [all...] |
/external/fio/ |
gfio.c | 386 struct gfio_client *gc = ge->client; local 388 if (gc) { 389 if (gc->client) { 391 fio_client_terminate(gc->client); 393 fio_put_client(gc->client); 395 free(gc); 437 struct gfio_client *gc = ge->client; local 444 while (!flist_empty(&gc->o_list)) { 447 gco = flist_entry(gc->o_list.next, struct gfio_client_options, list); 452 ret = fio_client_send_ini(gc->client, ge->job_file) 482 struct gfio_client *gc = ge->client; local 638 struct gfio_client *gc; local 666 struct gfio_client *gc = ge->client; local 1070 struct gfio_client *gc; local [all...] |
/art/patchoat/ |
patchoat.h | 26 #include "gc/accounting/space_bitmap.h" 27 #include "gc/heap.h" 64 PatchOat(InstructionSet isa, MemMap* image, gc::accounting::ContinuousSpaceBitmap* bitmap, 69 gc::accounting::ContinuousSpaceBitmap* bitmap, MemMap* heap, off_t delta, 146 gc::accounting::ContinuousSpaceBitmap* bitmap_;
|
/external/chromium_org/content/browser/compositor/ |
software_output_device_x11.cc | 61 GC gc = XCreateGC(display_, pixmap, 0, NULL); local 84 gc, 92 XFreeGC(display_, gc);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
PopupContainer.cpp | 348 void PopupContainer::paint(GraphicsContext* gc, const IntRect& rect) 357 gc->translate(static_cast<float>(tx), static_cast<float>(ty)); 358 m_listBox->paint(gc, r); 359 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty)); 361 paintBorder(gc, rect); 364 void PopupContainer::paintBorder(GraphicsContext* gc, const IntRect& rect) 369 gc->setStrokeStyle(NoStroke); 370 gc->setFillColor(borderColor); 376 gc->drawRect(IntRect(tx, ty, width(), borderSize)); 377 gc->drawRect(IntRect(tx, ty, borderSize, height())) [all...] |
PageOverlayList.cpp | 115 void PageOverlayList::paintWebFrame(GraphicsContext& gc) 118 m_pageOverlays[i]->paintWebFrame(gc);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzbdtest.cpp | 209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local 210 gc->setTime(d, status); 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status), 213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status), 214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status) [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_cdb.py | 6 import gc namespace 98 gc.collect() 108 gc.collect()
|
/external/icu/icu4c/source/test/intltest/ |
tzbdtest.cpp | 209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local 210 gc->setTime(d, status); 212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status), 213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status), 214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status) [all...] |
/external/chromium_org/tools/page_cycler/common/ |
head.js | 45 // Call GC twice to cleanup JS heap before starting a new test. 46 if (window.gc) { 47 window.gc(); 48 window.gc();
|
/external/chromium_org/v8/test/mjsunit/bugs/ |
bug-2337.js | 28 // Flags: --expose-debug-as debug --expose-gc 30 // If one callback causes a GC then the other callbacks don't take place. 43 gc(); 52 gc();
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-embedded-cons-string.js | 29 // Flags: --expose-gc --allow-natives-syntax 45 gc(); 53 gc();
|
regress-put-prototype-transition.js | 5 // Flags: --allow-natives-syntax --expose-gc --stress-compaction --gc-interval=255 41 gc();
|
regress-2163.js | 28 // Flags: --expose-gc 46 gc(); 55 gc(); 68 gc();
|
regress-crbug-350434.js | 5 // Flags: --gc-global --noincremental-marking --allow-natives-syntax 18 // This allocates a heap number, causing a GC, triggering lazy deopt. 21 // This creates a map dependency, which gives the GC a reason to trigger
|
/external/chromium_org/v8/test/mjsunit/ |
string-natives.js | 28 // Flags: --expose-gc --allow-natives-syntax 61 gc(); 68 gc();
|
string-replace-with-empty.js | 28 // Flags: --expose-externalize-string --expose-gc 63 // Clear the regexp cache to allow the GC to work. 66 // GC in order to free up things on the C side so we don't get 68 gc(); 69 gc();
|
context-calls-maintained.js | 28 // Flags: --expose-gc --allow-natives-syntax 32 gc(); 33 gc(); 34 gc();
|
/external/chromium_org/v8/test/webkit/ |
duplicate-param-gc-crash.js | 28 function gc() function 33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC. 54 gc(); 68 gc();
|
/art/runtime/ |
parsed_options.h | 26 #include "gc/collector_type.h" 78 gc::CollectorType collector_type_; 79 gc::CollectorType background_collector_type_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_dri2.c | 302 GCPtr gc; local 352 gc = GetScratchGC(pDraw->depth, pScreen); 355 (*gc->funcs->ChangeClip) (gc, CT_REGION, copy_clip, 0); 356 ValidateGC(dst_draw, gc); 388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc, 392 FreeScratchGC(gc);
|