Searched refs:errorptr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.h75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
H A Dapple_glx_context.c126 int *errorptr, bool * x11errorptr)
137 *errorptr = BadAlloc;
143 *errorptr = GLXBadContext;
175 *errorptr = BadMatch;
179 *errorptr = GLXBadContext;
484 unsigned long mask, int *errorptr, bool * x11errorptr)
493 *errorptr = BadMatch;
499 *errorptr = BadAccess;
514 *errorptr = GLXBadContext;
124 apple_glx_create_context(void **ptr, Display * dpy, int screen, const void *mode, void *sharedContext, int *errorptr, bool * x11errorptr) argument
483 apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr, unsigned long mask, int *errorptr, bool * x11errorptr) argument
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
H A Dapple_glx_context.c126 int *errorptr, bool * x11errorptr)
137 *errorptr = BadAlloc;
143 *errorptr = GLXBadContext;
175 *errorptr = BadMatch;
179 *errorptr = GLXBadContext;
484 unsigned long mask, int *errorptr, bool * x11errorptr)
493 *errorptr = BadMatch;
499 *errorptr = BadAccess;
514 *errorptr = GLXBadContext;
124 apple_glx_create_context(void **ptr, Display * dpy, int screen, const void *mode, void *sharedContext, int *errorptr, bool * x11errorptr) argument
483 apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr, unsigned long mask, int *errorptr, bool * x11errorptr) argument
/external/jpeg/
H A Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
963 int dir3; /* 3*dir, for advancing inptr & errorptr */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1005 * Note: errorptr points to *previous* column's array entry.
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1057 errorptr[
[all...]
H A Djquant1.c620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
/external/qemu/distrib/jpeg-6b/
H A Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
963 int dir3; /* 3*dir, for advancing inptr & errorptr */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1005 * Note: errorptr points to *previous* column's array entry.
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1057 errorptr[
[all...]
H A Djquant1.c620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */

Completed in 359 milliseconds