HomeSort by relevance Sort by last modified time
    Searched defs:imgY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 415 const GLint imgX = x, imgY = y;
480 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba);
554 const GLint imgX = x, imgY = y;
615 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x,
631 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width,
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 415 const GLint imgX = x, imgY = y;
480 _swrast_write_zoomed_rgba_span(ctx, imgX, imgY, &span, rgba);
554 const GLint imgX = x, imgY = y;
615 _swrast_write_zoomed_z_span(ctx, imgX, imgY, width, x,
631 _swrast_write_zoomed_stencil_span(ctx, imgX, imgY, width,

Completed in 1933 milliseconds