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

  /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 334 void (*fillImage) (struct glx_context *, GLint, GLint, GLint, GLint, GLenum,
indirect_glx.c 403 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/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 263 void fillImage(glw::GLsizei image_width, glw::GLsizei image_height, const T* pixel_components, T* out_data)
    [all...]

Completed in 257 milliseconds