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

  /external/chromium_org/third_party/mesa/src/src/glx/
renderpix.c 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
150 (*gc->fillImage) (gc, 1, width, 1, 1, format, type,
155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type,
186 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, row, buf,
189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column,
glxclient.h 313 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
indirect_glx.c 406 gc->fillImage = __glFillImage;
  /external/mesa3d/src/glx/
renderpix.c 95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
150 (*gc->fillImage) (gc, 1, width, 1, 1, format, type,
155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type,
186 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, row, buf,
189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column,
glxclient.h 313 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
indirect_glx.c 406 gc->fillImage = __glFillImage;
  /external/opencv/cv/src/
cvfloodfill.cpp 389 int fillImage = (flags & CV_FLOODFILL_MASK_ONLY) == 0;
556 if( fillImage )
644 if( fillImage )
665 if( fillImage )
695 int fillImage = (flags & CV_FLOODFILL_MASK_ONLY) == 0;
863 if( fillImage )
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 456 (*gc->fillImage)(gc, 2, width, height, 1, GL_COLOR_INDEX, GL_BITMAP, bitmap, gc->pc + 48, gc->pc + 4);
    [all...]

Completed in 169 milliseconds