Home
last modified time | relevance | path

Searched defs:fmt_entry (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DOpenGLHelper.cpp565 typedef struct fmt_entry { in videoFormatToGL() struct
566 VideoFormat::PixelFormat pixfmt; in videoFormatToGL()
567 GLint internal_format; in videoFormatToGL()
568 GLenum format; in videoFormatToGL()
569 GLenum type; in videoFormatToGL()
570 } fmt_entry; in videoFormatToGL() typedef
/dports/lang/libhx/libHX-3.25/src/
H A Dformat.c39 struct fmt_entry { struct
62 struct fmt_entry *entry = e; in fmt_entry_free() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/travis/
H A Dnasm-t.py162 fmt_entry = '%-32s %s' variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/travis/
H A Dnasm-t.py165 fmt_entry = '%-32s %s' variable
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_xv.c105 struct fmt_entry { struct
109 static const struct fmt_entry fmt_table[] = { argument
H A Dvo_direct3d.c141 struct fmt_entry { struct
149 static const struct fmt_entry fmt_table[] = { argument
/dports/devel/nasm/nasm-2.15.05/travis/
H A Dnasm-t.py230 fmt_entry = '%-32s %s' variable
/dports/devel/ncurses/ncurses-6.3/progs/
H A Ddump_entry.c909 fmt_entry(TERMTYPE2 *tterm, in fmt_entry() function
/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/src/
H A Dvrend_renderer.c5430 const struct vrend_format_table *fmt_entry = vrend_get_format_table_entry(fmt); in get_swizzled_border_color() local