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.h106 _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.c228 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) { in fast_draw_rgba_pixels()
620 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, in draw_depth_stencil_pixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c378 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_8R8G8B()
510 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) { in xmesa_DrawPixels_5R6G5B()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c967 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, in draw_stencil_pixels()
1605 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack)) in blit_copy_pixels()