HomeSort by relevance Sort by last modified time
    Searched refs:new_format (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/MagickWand/
wandcli.c 281 new_format[MagickPathExtent];
294 (void) FormatLocaleString(new_format,MagickPathExtent,cli_wand->location,
296 (void) ConcatenateMagickString(new_format," ",MagickPathExtent);
297 (void) ConcatenateMagickString(new_format,format,MagickPathExtent);
300 status=LogMagickEventList(type,module,function,line,new_format,operands);
326 new_format[MagickPathExtent];
342 (void) CopyMagickString(new_format,format,MagickPathExtent);
343 (void) ConcatenateMagickString(new_format," ",MagickPathExtent);
345 len=strlen(new_format);
346 (void) FormatLocaleString(new_format+len,MagickPathExtent-len
276 new_format[MagickPathExtent]; local
320 new_format[MagickPathExtent]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 274 int new_format; local
286 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
288 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
295 tex->format = new_format;
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 576 int new_format; local
588 new_format = PIPE_FORMAT_R16G16B16A16_UINT; /* 64-bit block */
590 new_format = PIPE_FORMAT_R32G32B32A32_UINT; /* 128-bit block */
597 tex->format = new_format;
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 742 Format* new_format = newFormat.clone(); local
743 if (new_format) {
745 setCustomArgStartFormat(partIndex, new_format, status);
792 Format* new_format = newFormat.clone(); local
793 if (new_format == NULL) {
797 setCustomArgStartFormat(partIndex, new_format, status);
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 666 const char* new_format = new_param.getPreviewFormat(); local
667 if (!StringsEqual(old_format, new_format)) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]

Completed in 233 milliseconds