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

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_xgl_api_read.c52 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
85 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
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/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c44 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
[all...]
H A Dclientattrib.c42 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 local
130 __glFreeAttributeState(struct glx_context * gc) argument
[all...]
H A Dpixelstore.c41 * \param gc Current GLX context
49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, argument
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_VALU
220 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
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...]
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c52 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
85 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
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/mesa3d/src/glx/
H A Dcreate_context.c44 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
[all...]
H A Dclientattrib.c42 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 local
130 __glFreeAttributeState(struct glx_context * gc) argument
[all...]
H A Dpixelstore.c41 * \param gc Current GLX context
49 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, argument
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_VALU
220 struct glx_context *gc = __glXGetCurrentContext(); local
[all...]
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...]
/external/chromium_org/v8/test/mjsunit/harmony/regress/
H A Dregress-2219.js28 // Flags: --harmony-proxies --expose-gc
30 var p = Proxy.create({getPropertyDescriptor: function() { gc() }});
H A Dregress-lookup-transition.js5 // Flags: --harmony-proxies --expose-gc
8 gc();
/external/chromium_org/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();
/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/chromium_org/v8/test/mjsunit/bugs/
H A Dbug-2337.js28 // Flags: --expose-debug-as debug --expose-gc
43 gc();
52 gc();

Completed in 375 milliseconds

1234567891011>>