HomeSort by relevance Sort by last modified time
    Searched refs:errorptr (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
apple_glx_context.c 126 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;
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
apple_glx_context.c 126 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;
  /external/jpeg/
jquant2.c 958 register FSERRPTR errorptr; \/* => fserrors[] at column before current *\/ local
    [all...]
jquant1.c 620 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/
jquant2.c 958 register FSERRPTR errorptr; \/* => fserrors[] at column before current *\/ local
    [all...]
jquant1.c 620 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 1229 milliseconds