Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dimage.h100 _mesa_clip_drawpixels(const struct gl_context *ctx,
Dimage.c481 _mesa_clip_drawpixels(const struct gl_context *ctx, in _mesa_clip_drawpixels() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1301 !_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &clippedUnpack)) in st_DrawPixels()
1571 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack)) in blit_copy_pixels()