Searched refs:gc (Results 26 - 50 of 287) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/harmony/regress/
H A Dregress-lookup-transition.js5 // Flags: --harmony-proxies --expose-gc
8 gc();
/external/v8/test/mjsunit/regress/
H A Dregress-128018.js28 // Flags: --expose-gc
35 gc();
H A Dregress-1493017.js31 // Flags: --expose-gc --collect-maps
44 gc();
H A Dregress-deopt-gc.js28 // Flags: --allow-natives-syntax --expose-gc
45 gc();
H A Dregress-deopt-gcb.js28 // Flags: --allow-natives-syntax --expose-gc
45 gc();
H A Dregress-1708.js35 // Flags: --expose-gc --noincremental-marking --max-semi-space-size=1
48 gc(); gc();
H A Dregress-357105.js5 // Flags: --allow-natives-syntax --expose-gc
19 gc();
20 global = f(gc);
H A Dregress-806473.js28 // Flags: --expose-gc
49 gc();
54 gc();
H A Dregress-842017.js28 // Flags: --expose-gc
51 gc();
56 gc();
H A Dregress-cnlt-elements.js28 // Flags: --expose-gc
34 gc();
35 gc();
H A Dregress-embedded-cons-string.js29 // Flags: --expose-gc --allow-natives-syntax
45 gc();
53 gc();
H A Dregress-inlining-function-literal-context.js28 // Flags: --allow-natives-syntax --expose-gc
47 gc();
48 gc();
H A Dregress-sliced-external-cons-regexp.js5 // Flags: --expose-externalize-string --expose-gc
10 gc();
11 gc(); // Promote cons.
/external/mesa3d/src/glx/
H A Dglxcurrent.c185 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
301 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) argument
[all...]
H A Drenderpix.c63 * \param gc Current GLX context
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, argument
89 __glXSetError(gc, GL_OUT_OF_MEMORY);
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
136 if (!gc->currentDpy)
139 if (cmdlen <= gc
[all...]
H A Dsingle2.c133 if (gc->error) {
135 retval = gc->error;
136 gc->error = GL_NO_ERROR;
157 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) argument
160 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
299 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack);
347 if (get_client_data(gc, val, &data)) {
398 if (get_client_data(gc, val, &data)) {
449 if (get_client_data(gc, va
647 struct glx_context *gc = __glXGetCurrentContext(); local
838 struct glx_context *gc = __glXGetCurrentContext(); local
886 struct glx_context *const gc = __glXGetCurrentContext(); local
942 struct glx_context *const gc = __glXGetCurrentContext(); local
952 struct glx_context *const gc = __glXGetCurrentContext(); local
[all...]
H A Dindirect_vertex_program.c40 struct glx_context *gc = __glXGetCurrentContext(); local
41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
45 __glXSetError(gc, GL_INVALID_ENUM);
68 struct glx_context *const gc = __glXGetCurrentContext(); local
69 Display *const dpy = gc->currentDpy;
73 GLubyte const *pc = __glXSetupVendorRequest(gc,
125 struct glx_context *const gc = __glXGetCurrentContext(); local
126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
129 __glXSetError(gc, GL_INVALID_ENUM);
134 __glXSetError(gc, GL_INVALID_VALU
180 get_vertex_attrib(struct glx_context * gc, unsigned vop, GLuint index, GLenum pname, xReply * reply) argument
198 struct glx_context *const gc = __glXGetCurrentContext(); local
232 struct glx_context *const gc = __glXGetCurrentContext(); local
266 struct glx_context *const gc = __glXGetCurrentContext(); local
[all...]
/external/mesa3d/src/glx/apple/
H A Dglxreply.c58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim, argument
86 __glXSetError(gc, GL_OUT_OF_MEMORY);
96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
104 __glXSetupSingleRequest(struct glx_context * gc, GLint sop, GLint cmdlen)
107 Display *const dpy = gc->currentDpy;
109 (void) __glXFlushRenderBuffer(gc, gc->pc);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
120 __glXSetupVendorRequest(struct glx_context * gc, GLin argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java78 public void paint(Display display, int width, int height, GC gc) { argument
86 gc.setBackground(bg);
87 gc.fillRectangle(0, 0, width, height);
98 Point es= gc.stringExtent(bars[i].title);
108 vstart= gc.stringExtent(this.fTitle).y + GAP;
109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$
147 gc.setBackground(lightblue);
150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP);
154 gc
[all...]
/external/v8/test/mjsunit/bugs/
H A Dbug-2337.js28 // Flags: --expose-debug-as debug --expose-gc
43 gc();
52 gc();
/external/v8/test/webkit/
H A Dexception-try-finally-scope-error.js26 function gc() function
59 gc();
H A Dvar-shadows-arg-gc-crash.js28 function gc() function
55 gc();
H A Dduplicate-param-gc-crash.js28 function gc() function
54 gc();
68 gc();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java69 GC gc = e.gc;
73 gc.setForeground(IColorConstants.buttonDarker);
74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1);
77 gc.setForeground(borderGradientColor1);
78 gc.setBackground(borderGradientColor2);
79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true);
82 gc.setBackground(faceColor);
83 gc.fillRectangle(ca);
87 gc
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DPixelConverter.java34 GC gc = new GC(control);
35 gc.setFont(control.getFont());
36 fFontMetrics = gc.getFontMetrics();
37 gc.dispose();

Completed in 443 milliseconds

1234567891011>>