Home
last modified time | relevance | path

Searched defs:format_idx (Results 1 – 8 of 8) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h79 #define G_GNUC_PRINTF( format_idx, arg_idx ) \ argument
81 #define G_GNUC_SCANF( format_idx, arg_idx ) \ argument
94 #define G_GNUC_PRINTF( format_idx, arg_idx ) argument
95 #define G_GNUC_SCANF( format_idx, arg_idx ) argument
/third_party/glib/glib/
Dgmacros.h511 #define G_GNUC_PRINTF( format_idx, arg_idx ) \ argument
513 #define G_GNUC_SCANF( format_idx, arg_idx ) \ argument
515 #define G_GNUC_STRFTIME( format_idx ) \ argument
518 #define G_GNUC_PRINTF( format_idx, arg_idx ) \ argument
520 #define G_GNUC_SCANF( format_idx, arg_idx ) \ argument
522 #define G_GNUC_STRFTIME( format_idx ) \ argument
536 #define G_GNUC_PRINTF( format_idx, arg_idx ) argument
537 #define G_GNUC_SCANF( format_idx, arg_idx ) argument
538 #define G_GNUC_STRFTIME( format_idx ) argument
/third_party/harfbuzz/src/
Dhb.hh251 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
253 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh260 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
262 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1304 void calculate_values_from_source(size_t format_idx, double out_ch_rgba[4]) in calculate_values_from_source()
2476 const size_t format_idx = get_index_of_format(tested_format); in iterate() local
2713 bool SmokeTest::fillSourceTexture(size_t format_idx, size_t target_idx) in fillSourceTexture()
2990 bool SmokeTest::isTargetSuppByFormat(size_t format_idx, size_t target_idx) in isTargetSuppByFormat()
3394 void SmokeTest::prepareOutputTexture(size_t format_idx) in prepareOutputTexture()
3440 void SmokeTest::prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4]) in prepareSourceTexture()
3760 for (size_t format_idx = 0; format_idx < n_texture_formats; ++format_idx) in iterate() local
3933 bool FunctionalTest::fillMSTexture(size_t format_idx, size_t target_idx) in iterate()
4015 bool FunctionalTest::fillSourceTexture(size_t format_idx, size_t target_idx) in iterate()
4090 void FunctionalTest::prepareProgram(size_t format_idx, Utils::programInfo& program) in iterate()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh245 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_… argument
249 #define HB_PRINTF_FUNC(format_idx, arg_idx) argument
/third_party/mesa3d/src/mesa/main/
Dglformats.c62 GLubyte format_idx; member
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audio.c1585 static int format_idx; variable