Home
last modified time | relevance | path

Searched refs:tex (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/docs/
H A DMakefile6 tex = xelatex macro
13 userguide.pdf: userguide/userguide.tex
14 $(tex) $(tflags) $^
15 $(tex) $(tflags) $^
17 userguide/userguide.tex: rest-api.tex host-management.tex console.tex architecture/code-update/code…
19 %.tex: %.md
23 rm -f *.tex userguide.*
/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/
H A Dalmalinux_docs_pdf.sh1 …ended texlive-collection-xetex texlive-fncychap texlive-gnu-freefont texlive-tex-gyre texlive-xetex
H A Dubuntu_docs_pdf.sh1 sudo apt install fonts-freefont-otf latexmk tex-gyre texlive-fonts-extra texlive-fonts-recommended …
H A Dfedora_docs_pdf.sh1 …ended texlive-collection-xetex texlive-fncychap texlive-gnu-freefont texlive-tex-gyre texlive-xetex
H A Dopensuse_docs_pdf.sh1 …llection-xetex texlive-fncychap texlive-gnu-freefont texlive-latexmk texlive-tex-gyre texlive-xetex
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/
H A Dtexinfo_7.2.bb39 tex_texinfo = "texmf/tex/texinfo"
62 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass18 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \
19 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
20 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBahyph9tex@gmv.es. If you change the generating script, you must include code in it such that any output …
H A DLPPL-1.0159 system. The documentation in cfgguide.tex in the base LaTeX
177 adhering to these requirements then read the document cfgguide.tex
186 The document modguide.tex in the base LaTeX distribution details
189 modguide.tex may still apply, and should be read before
H A DLPPL-1.3c37 meeting these conditions, then read the document `cfgguide.tex`
38 and `modguide.tex` in the base LaTeX distribution for suggestions.
269 done, for example, by posting to comp.text.tex.)
320 The document `modguide.tex` in the base LaTeX distribution explains
324 unrelated to LaTeX, the discussion in `modguide.tex` may still be
H A DLPPL-1.3a20 …while meeting these conditions, then read the document `cfgguide.tex' and `modguide.tex' in the ba…
107 …nance. (If the Work is a LaTeX work, this could be done, for example, by posting to comp.text.tex.)
131tex' in the base LaTeX distribution explains the motivation behind the conditions of this license.…
H A DLPPL-1.249 meeting these conditions, then read the document `cfgguide.tex`
243 The document `modguide.tex` in the base LaTeX distribution explains
247 unrelated to LaTeX, the discussion in `modguide.tex` may still be
H A DLPPL-1.149 meeting these conditions, then read the document `cfgguide.tex`
242 The document `modguide.tex` in the base LaTeX distribution explains
246 unrelated to LaTeX, the discussion in `modguide.tex` may still be
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Fix-builds-with-recent-gettext.patch16 AUTOMAKE_OPTIONS = no-texinfo.tex
H A D0001-Makefile.am-remove-regression-dir.patch48 AUTOMAKE_OPTIONS = no-texinfo.tex
/openbmc/ibm-logging/
H A D.gitignore34 /texinfo.tex
/openbmc/openpower-dbus-interfaces/
H A D.gitignore36 /texinfo.tex
/openbmc/ibm-dbus-interfaces/
H A D.gitignore36 /texinfo.tex
/openbmc/hiomapd/
H A D.gitignore36 /texinfo.tex
/openbmc/phosphor-mboxd/
H A D.gitignore36 /texinfo.tex
/openbmc/obmc-console/
H A D.gitignore36 /texinfo.tex
/openbmc/phosphor-user-manager/
H A D.gitignore46 /texinfo.tex
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0003-Use-native-tools-to-build-docs.patch38 figures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
42 nofigures.tex: allterm.h doc2tex$(EXEEXT) $(srcdir)/gnuplot.doc
/openbmc/qemu/ui/
H A Ddbus-listener.c474 ID3D11Texture2D *tex, in dbus_scanout_share_d3d_texture()
485 if (!d3d_texture2d_release0(tex, &err)) { in dbus_scanout_share_d3d_texture()
490 if (!d3d_texture2d_share(tex, &share_handle, &err)) { in dbus_scanout_share_d3d_texture()
524 if (!d3d_texture2d_acquire0(tex, &err)) { in dbus_scanout_share_d3d_texture()
529 ddl->d3d_texture = tex; in dbus_scanout_map()
466 dbus_scanout_share_d3d_texture(DBusDisplayListener * ddl,ID3D11Texture2D * tex,bool backing_y_0_top,uint32_t backing_width,uint32_t backing_height,uint32_t x,uint32_t y,uint32_t w,uint32_t h) dbus_scanout_share_d3d_texture() argument
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch272 + GLuint tex[6];
637 + glBindTexture(GL_TEXTURE_2D, state->tex[0]);
646 + glBindTexture(GL_TEXTURE_2D, state->tex[1]);
650 + glBindTexture(GL_TEXTURE_2D, state->tex[2]);
654 + glBindTexture(GL_TEXTURE_2D, state->tex[3]);
658 + glBindTexture(GL_TEXTURE_2D, state->tex[4]);
662 + glBindTexture(GL_TEXTURE_2D, state->tex[5]);
683 + glGenTextures(6, &state->tex[0]);
686 + glBindTexture(GL_TEXTURE_2D, state->tex[0]);
693 + glBindTexture(GL_TEXTURE_2D, state->tex[1]);
[all …]

12