Home
last modified time | relevance | path

Searched defs:new_format (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c156 enum pipe_format new_format; in zink_decompose_vertex_format() local
Dzink_state.c82 enum pipe_format new_format = zink_decompose_vertex_format(elem->src_format); in zink_create_vertex_elements_state() local
Dzink_screen.c1193 enum pipe_format new_format = zink_decompose_vertex_format(format); in zink_is_format_supported() local
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c213 FT_Bool new_format; in fnt_font_load() local
1008 FT_Bool new_format; in FNT_Load_Glyph() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp744 Format* new_format = newFormat.clone(); in setFormat() local
794 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh178 unsigned int new_format = 0; in get_effective_format() local
1021 ValueFormat new_format = src->get_value_format (); in serialize() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1670 NumberFormat new_format; in FormatOutOfCountryKeepingAlphaChars() local
/third_party/mesa3d/src/mesa/main/
Dvarray.c655 struct gl_vertex_format new_format; in _mesa_update_array_format() local
/third_party/ffmpeg/fftools/
Dffplay.c825 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()