/external/chromium_org/third_party/libva/va/ |
va_android.h | 71 short desty,
|
va_x11.h | 58 short desty,
|
va_backend_tpi.h | 59 short desty,
|
va_tpi.h | 80 short desty,
|
va_trace.h | 192 short desty,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_clear.c | 47 unsigned destx, unsigned desty, unsigned width, unsigned height) 148 OUT_BATCH_F(desty + height); 150 OUT_BATCH_F(desty + height); 152 OUT_BATCH_F(desty); 167 OUT_BATCH_F(desty + height); 169 OUT_BATCH_F(desty + height); 171 OUT_BATCH_F(desty); 199 OUT_BATCH_F(desty + height); 201 OUT_BATCH_F(desty + height); 203 OUT_BATCH_F(desty); [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_clear.c | 47 unsigned destx, unsigned desty, unsigned width, unsigned height) 148 OUT_BATCH_F(desty + height); 150 OUT_BATCH_F(desty + height); 152 OUT_BATCH_F(desty); 167 OUT_BATCH_F(desty + height); 169 OUT_BATCH_F(desty + height); 171 OUT_BATCH_F(desty); 199 OUT_BATCH_F(desty + height); 201 OUT_BATCH_F(desty + height); 203 OUT_BATCH_F(desty); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_copypix.c | 100 GLint width, GLint height, GLint destx, GLint desty) 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 123 if (!overlapping && srcy < desty) { 126 dy = desty + height - 1; 132 dy = desty; 189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba); 245 GLint destx, GLint desty ) 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 274 if (!overlapping && srcy < desty) { 277 dy = desty + height - 1 [all...] |
swrast.h | 137 GLint destx, GLint desty,
|
/external/mesa3d/src/mesa/swrast/ |
s_copypix.c | 100 GLint width, GLint height, GLint destx, GLint desty) 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 123 if (!overlapping && srcy < desty) { 126 dy = desty + height - 1; 132 dy = desty; 189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba); 245 GLint destx, GLint desty ) 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, 274 if (!overlapping && srcy < desty) { 277 dy = desty + height - 1 [all...] |
swrast.h | 137 GLint destx, GLint desty,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 218 GLint destx, GLint desty, GLenum type) 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
|
intel_pixel.h | 59 GLint destx, GLint desty, GLenum type);
|
intel_regions.h | 119 GLuint destx, GLuint desty,
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 218 GLint destx, GLint desty, GLenum type) 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
|
intel_pixel.h | 59 GLint destx, GLint desty, GLenum type);
|
intel_regions.h | 119 GLuint destx, GLuint desty,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
va_surface.c | 113 unsigned short srcw, unsigned short srch, short destx, short desty,
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_surface.c | 113 unsigned short srcw, unsigned short srch, short destx, short desty,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawpix.c | 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/mesa3d/src/mesa/main/ |
drawpix.c | 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 609 GLint destx, GLint desty, GLenum type ) 628 desty = YFLIP(dstXrb, desty) - height + 1; 630 srcx, srcy, width, height, destx, desty); 633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 609 GLint destx, GLint desty, GLenum type ) 628 desty = YFLIP(dstXrb, desty) - height + 1; 630 srcx, srcy, width, height, destx, desty); 633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
surface.c | 344 short destx, short desty, unsigned short destw, unsigned short desth, 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; 404 assert(desty + desth - 1 < drawable_surface->height);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
surface.c | 344 short destx, short desty, unsigned short destw, unsigned short desth, 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; 404 assert(desty + desth - 1 < drawable_surface->height);
|