Searched refs:gc (Results 201 - 225 of 420) sorted by relevance

1234567891011>>

/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h112 static void destroy(struct glx_context *gc) argument
114 delete gc;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp360 void PopupListBox::paint(GraphicsContext* gc, const IntRect& rect) argument
370 gc->save();
371 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
372 gc->clip(r);
377 paintRow(gc, r, i);
381 gc->fillRect(r, Color::white);
383 gc->restore();
386 GraphicsContextStateSaver stateSaver(*gc);
390 gc->translate(x(), y());
392 gc
403 paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c225 struct glx_context *gc; local
227 gc = __glXGetCurrentContext();
228 if (priv->dpy == gc->currentDpy) {
229 gc->vtable->destroy(gc);
929 struct glx_context *gc; local
933 gc = __glXGetCurrentContext();
934 if (gc->currentDpy) {
936 (void) __glXFlushRenderBuffer(gc, gc
1020 __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber, GLint totalRequests, const GLvoid * data, GLint dataLen) argument
[all...]
H A Dpixel.c83 FillBitmap(struct glx_context * gc, GLint width, GLint height, argument
86 const __GLXattribute *state = gc->client_state_private;
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
168 const __GLXattribute *state = gc->client_state_private;
182 FillBitmap(gc, width, height, format, userdata, newimage);
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, argument
274 const __GLXattribute *state = gc->client_state_private;
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
395 const __GLXattribute *state = gc->client_state_private;
408 EmptyBitmap(gc, widt
[all...]
H A Ddri2_glx.c491 struct glx_context *gc = __glXGetCurrentContext(); local
492 struct dri2_context *dri2Ctx = (struct dri2_context *)gc;
573 dri2_wait_x(struct glx_context *gc) argument
576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
585 dri2_wait_gl(struct glx_context *gc) argument
588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
601 struct glx_context *gc; local
615 gc
724 struct glx_context *gc = __glXGetCurrentContext(); local
882 struct glx_context *gc = __glXGetCurrentContext(); local
919 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
H A Dglxextensions.h247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc,
254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
/external/mesa3d/src/glx/
H A Dglxext.c225 struct glx_context *gc; local
227 gc = __glXGetCurrentContext();
228 if (priv->dpy == gc->currentDpy) {
229 gc->vtable->destroy(gc);
929 struct glx_context *gc; local
933 gc = __glXGetCurrentContext();
934 if (gc->currentDpy) {
936 (void) __glXFlushRenderBuffer(gc, gc
1020 __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber, GLint totalRequests, const GLvoid * data, GLint dataLen) argument
[all...]
H A Dpixel.c83 FillBitmap(struct glx_context * gc, GLint width, GLint height, argument
86 const __GLXattribute *state = gc->client_state_private;
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
168 const __GLXattribute *state = gc->client_state_private;
182 FillBitmap(gc, width, height, format, userdata, newimage);
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height, argument
274 const __GLXattribute *state = gc->client_state_private;
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height, argument
395 const __GLXattribute *state = gc->client_state_private;
408 EmptyBitmap(gc, widt
[all...]
H A Ddri2_glx.c491 struct glx_context *gc = __glXGetCurrentContext(); local
492 struct dri2_context *dri2Ctx = (struct dri2_context *)gc;
573 dri2_wait_x(struct glx_context *gc) argument
576 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
585 dri2_wait_gl(struct glx_context *gc) argument
588 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
601 struct glx_context *gc; local
615 gc
724 struct glx_context *gc = __glXGetCurrentContext(); local
882 struct glx_context *gc = __glXGetCurrentContext(); local
919 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
H A Dglxextensions.h247 extern void __glXCalculateUsableGLExtensions(struct glx_context *gc,
254 extern GLboolean __glExtensionBitIsEnabled(struct glx_context *gc,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/tools/page_cycler/common/
H A Dstart.js76 if (!window.gc) {
77 document.write('<h3 style=\'color:red\'>WARNING: window.gc is not ' +
/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js28 // Flags: --allow-natives-syntax --expose-gc
31 gc();
/external/chromium_org/v8/test/mjsunit/
H A Dfast-prototype.js28 // Flags: --allow-natives-syntax --expose-gc
91 // TODO(mstarzinger): This test fails easily if gc happens at the wrong time.
92 gc();
H A Darray-literal-transitions.js28 // Flags: --allow-natives-syntax --expose-gc
91 gc();
96 gc();
H A Dtry.js28 // Flags: --expose-gc
71 if (i == iter) gc();
73 if (i == iter) gc();
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp59 good_const gc; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) argument
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h51 #include <gc.h>
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_buffer.c72 GC gc; local
137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL);
138 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc,
141 XFreeGC(b->xm_visual->display, gc);
386 if (b->gc)
387 XMesaFreeGC(b->display, b->gc);
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); local
535 gc,
541 XFreeGC(xrb->Parent->display, gc);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_buffer.c72 GC gc; local
137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL);
138 XShmPutImage(b->xm_visual->display, b->frontxrb->drawable, gc,
141 XFreeGC(b->xm_visual->display, gc);
386 if (b->gc)
387 XMesaFreeGC(b->display, b->gc);
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); local
535 gc,
541 XFreeGC(xrb->Parent->display, gc);
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmirror-collections.js5 // Flags: --expose-debug-as debug --expose-gc
94 gc();
127 gc();
/external/libpng/contrib/gregbook/
H A Drpng-x.c147 static GC gc; variable
606 gc = XCreateGC(display, window, 0, &gcvalues);
627 XSetForeground(display, gc, bg_pixel);
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
850 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
878 XFreeGC(display, gc);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h201 GC /* gc */,
218 GC /* gc */,
235 GC /* gc */,
252 GC /* gc */,
382 GC gc,
400 GC gc,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h82 GC gc; /* The graphic context for drawing */ member in struct:SDL_PrivateVideoData
181 #define SDL_GC (this->hidden->gc)

Completed in 801 milliseconds

1234567891011>>