Home
last modified time | relevance | path

Searched defs:imgY (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_zoom.c131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span()
332 _swrast_write_zoomed_rgba_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgba_span()
340 _swrast_write_zoomed_rgb_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_rgb_span()
348 _swrast_write_zoomed_depth_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_depth_span()
361 _swrast_write_zoomed_stencil_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_stencil_span()
404 _swrast_write_zoomed_z_span(struct gl_context *ctx, GLint imgX, GLint imgY, in _swrast_write_zoomed_z_span()
Ds_drawpix.c415 const GLint imgX = x, imgY = y; in draw_rgba_pixels() local
554 const GLint imgX = x, imgY = y; in draw_depth_stencil_pixels() local
/external/opencv/cv/include/
Dcvcompat.h121 #define cvRunningAvgMask(imgY, imgU, mask, alpha) cvRunningAvg(imgY, imgU, alpha, mask) argument