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

  /external/lldb/source/Interpreter/
OptionValueFormat.cpp 51 Format new_format; local
52 error = Args::StringToFormat (value_cstr, new_format, NULL);
56 m_current_value = new_format;
Property.cpp 109 Format new_format = eFormatInvalid; local
111 Args::StringToFormat (definition.default_cstr_value, new_format, NULL);
113 new_format = (Format)definition.default_uint_value;
114 m_value_sp.reset (new OptionValueFormat(new_format));
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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 739 Format* new_format = newFormat.clone(); local
740 if (new_format) {
742 setCustomArgStartFormat(partIndex, new_format, status);
792 Format* new_format = newFormat.clone(); local
793 if (new_format == NULL) {
797 setCustomArgStartFormat(partIndex, new_format, status);
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 1396 NumberFormat new_format; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp     [all...]

Completed in 331 milliseconds