Searched defs:new_format (Results 1 - 12 of 12) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValueFormat.cpp51 Format new_format; local
52 error = Args::StringToFormat (value_cstr, new_format, NULL);
56 m_current_value = new_format;
H A DProperty.cpp109 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/content/common/gpu/client/
H A Dgl_helper_readback_support.cc136 GLenum new_format = 0, new_type = 0; local
153 GetAdditionalFormat(*format, *type, &new_format, &new_type);
155 if (new_format == GL_BGRA_EXT && new_type == GL_UNSIGNED_BYTE) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c274 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/
H A Dr600_blit.c274 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/
H A Dr600_blit.c576 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/
H A Dr600_blit.c576 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/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp739 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);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1306 DXGI_FORMAT new_format,
1323 desc.BufferDesc.Format = new_format;
1302 ResizeBuffers( UINT buffer_count, UINT width, UINT height, DXGI_FORMAT new_format, UINT swap_chain_flags) argument
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp739 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);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1306 DXGI_FORMAT new_format,
1323 desc.BufferDesc.Format = new_format;
1302 ResizeBuffers( UINT buffer_count, UINT width, UINT height, DXGI_FORMAT new_format, UINT swap_chain_flags) argument
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc1396 NumberFormat new_format; local
1397 new_format.MergeFrom(*formatting_pattern);
1400 new_format.set_pattern("(\\d+)(.*)");
1403 new_format.set_format("$1$2");
1410 FormatNsnUsingPattern(raw_input_copy, new_format, NATIONAL,

Completed in 270 milliseconds