Home
last modified time | relevance | path

Searched defs:new_format (Results 1 – 17 of 17) 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.c80 enum pipe_format new_format = zink_decompose_vertex_format(elem->src_format); in zink_create_vertex_elements_state() local
Dzink_screen.c1031 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/flutter/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c214 FT_Bool new_format; in fnt_font_load() local
997 FT_Bool new_format; in FNT_Load_Glyph() local
/third_party/freetype/src/winfonts/
Dwinfnt.c213 FT_Bool new_format; in fnt_font_load() local
1000 FT_Bool new_format; in FNT_Load_Glyph() local
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c422 GstVideoFormat new_format = g_value_get_enum (value); in gst_raw_video_parse_set_property() local
Dgstrawaudioparse.c329 GstRawAudioParseFormat new_format = g_value_get_enum (value); in gst_raw_audio_parse_set_property() 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/flutter/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.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() 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/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh178 unsigned int new_format = 0; in get_effective_format() local
1022 ValueFormat new_format = src->get_value_format (); in serialize() 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.cc1639 NumberFormat new_format; in FormatOutOfCountryKeepingAlphaChars() local
/third_party/mesa3d/src/mesa/main/
Dvarray.c640 struct gl_vertex_format new_format; in _mesa_update_array_format() local
/third_party/ffmpeg/fftools/
Dffplay.c839 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()