Searched refs:_mesa_clip_drawpixels (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | image.h | 106 _mesa_clip_drawpixels(const struct gl_context *ctx,
|
| H A D | image.c | 605 _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 D | image.h | 106 _mesa_clip_drawpixels(const struct gl_context *ctx,
|
| H A D | image.c | 605 _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 D | xm_dd.c | 378 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 D | s_drawpix.c | 228 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 D | s_drawpix.c | 228 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 D | xm_dd.c | 385 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 D | st_cb_drawpixels.c | 959 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 D | st_cb_drawpixels.c | 1338 !_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &clippedUnpack)) 1612 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))
|
Completed in 16 milliseconds