HomeSort by relevance Sort by last modified time
    Searched full:img0 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 664 const struct gl_texture_image *img0, *img; local
674 img0 = texObj->Image[0][baseLevel];
675 if (!img0 ||
676 img0->Width < 1 ||
677 img0->Width != img0->Height)
684 img->Width != img0->Width ||
685 img->Height != img0->Height ||
686 img->TexFormat != img0->TexFormat)
    [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 664 const struct gl_texture_image *img0, *img; local
674 img0 = texObj->Image[0][baseLevel];
675 if (!img0 ||
676 img0->Width < 1 ||
677 img0->Width != img0->Height)
684 img->Width != img0->Width ||
685 img->Height != img0->Height ||
686 img->TexFormat != img0->TexFormat)
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 155 schar *img0; /* image origin */ member in struct:_CvContourScanner
233 scanner->img0 = (schar *) img;
837 schar *img0; local
858 img0 = scanner->img0;
898 if( mode == 0 && (is_hole || img0[lnbd.y * step + lnbd.x] > 0) )
911 int lval = img0[lnbd.y * step + lnbd.x] & 0x7f;
924 if( icvTraceContour( scanner->img0 +
    [all...]

Completed in 105 milliseconds