Searched refs:_mesa_clip_drawpixels (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.h | 106 _mesa_clip_drawpixels(const struct gl_context *ctx,
|
D | image.c | 605 _mesa_clip_drawpixels(const struct gl_context *ctx, in _mesa_clip_drawpixels() function
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 228 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/ |
D | xm_dd.c | 378 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/ |
D | st_cb_drawpixels.c | 967 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()
|