Searched refs:zoom_span (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_zoom.c | 131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() function 335 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA); in _swrast_write_zoomed_rgba_span() 343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB); in _swrast_write_zoomed_rgb_span() 351 zoom_span(ctx, imgX, imgY, span, in _swrast_write_zoomed_depth_span()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_zoom.c | 131 zoom_span( struct gl_context *ctx, GLint imgX, GLint imgY, const SWspan *span, in zoom_span() function 335 zoom_span(ctx, imgX, imgY, span, rgba, GL_RGBA); in _swrast_write_zoomed_rgba_span() 343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB); in _swrast_write_zoomed_rgb_span() 351 zoom_span(ctx, imgX, imgY, span, in _swrast_write_zoomed_depth_span()
|