Home
last modified time | relevance | path

Searched refs:_mesa_clip_drawpixels (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.h107 _mesa_clip_drawpixels(const struct gl_context *ctx,
Dimage.c605 _mesa_clip_drawpixels(const struct gl_context *ctx, in _mesa_clip_drawpixels() function
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c221 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) { in fast_draw_rgba_pixels()
612 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, in draw_depth_stencil_pixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c377 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B()
509 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c777 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, in draw_stencil_pixels()
1345 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack)) in blit_copy_pixels()