Searched refs:_mesa_clip_drawpixels (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.h106 _mesa_clip_drawpixels(const struct gl_context *ctx,
H A Dimage.c605 _mesa_clip_drawpixels(const struct gl_context *ctx, function in typeref:typename:GLboolean
668 * Note: this is different from _mesa_clip_drawpixels() in that the
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.h106 _mesa_clip_drawpixels(const struct gl_context *ctx,
H A Dimage.c605 _mesa_clip_drawpixels(const struct gl_context *ctx, function in typeref:typename:GLboolean
668 * Note: this is different from _mesa_clip_drawpixels() in that the
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c378 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
510 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c228 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) {
620 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c228 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) {
645 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c385 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
517 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c959 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
1559 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1338 !_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &clippedUnpack))
1612 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))

Completed in 16 milliseconds