HomeSort by relevance Sort by last modified time
    Searched refs:destx (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/libva/va/
va_android.h 65 short destx,
va_x11.h 57 short destx,
va_tpi.h 62 short destx,
va_backend_tpi.h 97 short destx,
va_trace.h 179 short destx,
va_backend.h 193 short destx,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(destx + width);
149 OUT_BATCH_F(destx);
151 OUT_BATCH_F(destx);
166 OUT_BATCH_F(destx + width);
168 OUT_BATCH_F(destx);
170 OUT_BATCH_F(destx);
198 OUT_BATCH_F(destx + width);
200 OUT_BATCH_F(destx);
202 OUT_BATCH_F(destx);
    [all...]
i915_context.h 402 unsigned destx, unsigned desty, unsigned width, unsigned height);
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(destx + width);
149 OUT_BATCH_F(destx);
151 OUT_BATCH_F(destx);
166 OUT_BATCH_F(destx + width);
168 OUT_BATCH_F(destx);
170 OUT_BATCH_F(destx);
198 OUT_BATCH_F(destx + width);
200 OUT_BATCH_F(destx);
202 OUT_BATCH_F(destx);
    [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,
184 span.x = destx;
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,
326 span.x = destx;
330 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
347 GLint destx, GLint desty )
363 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height
    [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,
184 span.x = destx;
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,
326 span.x = destx;
330 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
347 GLint destx, GLint desty )
363 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height
    [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 269 GLint destx = IROUND(ctx->Current.RasterPos[0]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /external/mesa3d/src/mesa/main/
drawpix.c 269 GLint destx = IROUND(ctx->Current.RasterPos[0]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /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};
403 assert(destx + destw - 1 < drawable_surface->width);
  /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};
403 assert(destx + destw - 1 < drawable_surface->width);

Completed in 2062 milliseconds

1 2