Searched defs:zoom_span (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_zoom.c131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, function
205 _mesa_problem(ctx, "Bad format in zoom_span");
335 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA);
343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB);
351 zoom_span(ctx, imgX, imgY, span,
/external/mesa3d/src/mesa/swrast/
H A Ds_zoom.c131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, function
205 _mesa_problem(ctx, "Bad format in zoom_span");
335 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA);
343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB);
351 zoom_span(ctx, imgX, imgY, span,

Completed in 81 milliseconds