HomeSort by relevance Sort by last modified time
    Searched full:raster (Results 51 - 75 of 349) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 28 * Performs CAVLC decoding and inverse raster scan for a 2x2 block of
33 * raster-scan position of the coefficient, while the coefficient entry
  /external/chromium_org/skia/ext/
benchmarking_canvas.h 37 // * a SkiaTimingCanvas used for measuring raster paint times (and relying
  /external/chromium_org/third_party/freetype/include/freetype/
fterrdef.h 135 /* raster errors */
138 "raster uninitialized" )
140 "raster corrupted" )
142 "raster overflow" )
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
rastpos.h 3 * Raster position operations.
rastpos.c 28 * Raster position operations.
223 * update the current raster position.
237 /* set raster position */
250 /* raster color = current color or index */
268 /* raster texcoord = current texcoord */
464 /* set the raster (window) position */
545 * Initialize the context current raster position information.
549 * Initialize the current raster position information in
  /external/chromium_org/tools/perf/measurements/
rasterize_and_record.py 24 parser.add_option('--raster-record-repeat', dest='raster_record_repeat',
26 help='Repetitions in raster and record loops.' +
39 # Run each raster task N times. This allows us to report the time for the
44 '--slow-down-raster-scale-factor=%d' % int(
  /external/freetype/include/freetype/
fterrdef.h 135 /* raster errors */
138 "raster uninitialized" )
140 "raster corrupted" )
142 "raster overflow" )
  /external/mesa3d/src/mesa/main/
rastpos.h 3 * Raster position operations.
rastpos.c 28 * Raster position operations.
223 * update the current raster position.
237 /* set raster position */
250 /* raster color = current color or index */
268 /* raster texcoord = current texcoord */
464 /* set the raster (window) position */
545 * Initialize the context current raster position information.
549 * Initialize the current raster position information in
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 209 // Cancel any pending check for completed raster tasks and schedule
260 // raster tasks needed since last time ScheduleTasks() was called.
408 // Schedule another check for completed raster tasks while there are
409 // pending raster tasks or pending uploads.
459 // All raster tasks need to be throttled by bytes of pending uploads.
467 // If raster has finished, just update |bytes_pending_upload|.
473 // Throttle raster tasks based on kMaxScheduledRasterTasks.
503 // a raster task that is essentially a noop in these situations.
596 // When priorites change, a raster task can be canceled as a result of
598 // raster task budget. The task has not yet completed in this case
    [all...]
picture.h 71 // Apply this scale and raster the negated region into the canvas. See comment
73 int Raster(SkCanvas* canvas,
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
288 error = render->raster_render( render->raster, &params );
315 error = render->raster_render( render->raster, &params );
  /external/freetype/src/smooth/
ftsmooth.c 30 /* initialize renderer -- init its raster */
37 render->clazz->raster_class->raster_reset( render->raster,
51 /* we simply pass it to the raster */
52 return render->clazz->raster_class->raster_set_mode( render->raster,
288 error = render->raster_render( render->raster, &params );
315 error = render->raster_render( render->raster, &params );
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
  /external/freetype/include/freetype/internal/
fttrace.h 36 FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
37 FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
  /external/chromium_org/cc/base/
switches.cc 54 const char kNumRasterThreads[] = "num-raster-threads";
61 // Give a scale factor to cause raster to take that many times longer to
62 // complete, such as --slow-down-raster-scale-factor=25.
63 const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
  /external/chromium_org/cc/test/
skia_common.cc 72 picture->Raster(&canvas, NULL, layer_rect, 1.0f);
  /external/chromium_org/third_party/libwebp/utils/
filters.h 41 // in raster order.
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cache.h 58 const struct pipe_rasterizer_state *raster);
st_cb_rasterpos.c 32 * raster pos attributes.
110 * Update a raster pos attribute from the vertex result if it's present,
146 /* update raster pos */
156 /* update other raster attribs */
  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 58 const struct pipe_rasterizer_state *raster);
st_cb_rasterpos.c 32 * raster pos attributes.
110 * Update a raster pos attribute from the vertex result if it's present,
146 /* update raster pos */
156 /* update other raster attribs */
  /external/webp/src/utils/
filters.h 41 // in raster order.
  /frameworks/rs/
rsProgramRaster.h 77 // Cache of all existing raster programs.
  /system/core/libpixelflinger/
Android.mk 28 raster.cpp \

Completed in 1476 milliseconds

1 23 4 5 6 7 8 91011>>