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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.h104 _mesa_clip_drawpixels(const struct gl_context *ctx,
H A Dimage.c591 _mesa_clip_drawpixels(const struct gl_context *ctx, function
654 * Note: this is different from _mesa_clip_drawpixels() in that the
/external/mesa3d/src/mesa/main/
H A Dimage.h104 _mesa_clip_drawpixels(const struct gl_context *ctx,
H A Dimage.c591 _mesa_clip_drawpixels(const struct gl_context *ctx, function
654 * Note: this is different from _mesa_clip_drawpixels() in that the
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c219 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) {
564 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c219 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height, &unpack)) {
564 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_dd.c379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c846 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
1378 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c846 if (!_mesa_clip_drawpixels(ctx, &x, &y, &width, &height,
1378 if (!_mesa_clip_drawpixels(ctx, &drawX, &drawY, &readW, &readH, &unpack))

Completed in 248 milliseconds