Searched refs:texinfo (Results 1 - 25 of 35) sorted by relevance

12

/external/e2fsprogs/doc/
H A DMakefile.in35 libext2fs.info: $(srcdir)/libext2fs.texinfo
37 -$(Q) $(INFO) $(srcdir)/libext2fs.texinfo
39 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
41 -$(Q) $(DVI) $(srcdir)/libext2fs.texinfo
43 libext2fs_abt.html: $(srcdir)/libext2fs.texinfo
45 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo
/external/bison/doc/
H A DMakefile.am20 info_TEXINFOS = bison.texinfo
H A DMakefile79 TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
85 TEXINFOS = bison.texinfo
221 info_TEXINFOS = bison.texinfo
229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo
260 .texinfo.info:
282 .texinfo.dvi:
287 .texinfo.pdf:
292 .texinfo.html:
305 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
306 bison.dvi: bison.texinfo
[all...]
/external/quake/quake/src/QW/client/
H A Dd_edge.c135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
156 + pface->texinfo->vecs[0][3]*t;
159 + pface->texinfo->vecs[1][3]*t;
245 ((byte *)pface->texinfo->texture +
246 pface->texinfo->texture->offsets[0]);
302 * pface->texinfo->mipadjust);
H A Dgl_rsurf.c81 tex = surf->texinfo;
332 t = R_TextureAnimation (s->texinfo->texture);
365 GL_Bind (s->texinfo->texture->gl_texturenum);
398 t = R_TextureAnimation (s->texinfo->texture);
437 t = R_TextureAnimation (s->texinfo->texture);
472 t = R_TextureAnimation (s->texinfo->texture);
507 GL_Bind (s->texinfo->texture->gl_texturenum);
541 t = R_TextureAnimation (s->texinfo->texture);
579 t = R_TextureAnimation (s->texinfo->texture);
800 t = R_TextureAnimation (fa->texinfo
[all...]
H A Dbspfile.h182 short texinfo; member in struct:__anon11292
248 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
H A Dmodel.h132 mtexinfo_t *texinfo; member in struct:msurface_s
358 mtexinfo_t *texinfo; member in struct:model_s
H A Dr_surf.c76 tex = surf->texinfo;
637 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
642 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
H A Dgl_model.h146 mtexinfo_t *texinfo; member in struct:msurface_s
392 mtexinfo_t *texinfo; member in struct:model_s
H A Dd_surf.c274 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
H A Dr_light.c191 tex = surf->texinfo;
H A Dgl_model.c651 loadmodel->texinfo = out;
716 tex = s->texinfo;
786 out->texinfo = loadmodel->texinfo + LittleShort (in->texinfo);
802 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
811 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
H A Dmodel.c642 loadmodel->texinfo = out;
707 tex = s->texinfo;
777 out->texinfo = loadmodel->texinfo + LittleShort (in->texinfo);
793 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
799 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent
/external/quake/quake/src/WinQuake/
H A Dd_edge.cpp135 TransformVector (pface->texinfo->vecs[0], p_saxis);
136 TransformVector (pface->texinfo->vecs[1], p_taxis);
156 + pface->texinfo->vecs[0][3]*t;
159 + pface->texinfo->vecs[1][3]*t;
241 ((byte *)pface->texinfo->texture +
242 pface->texinfo->texture->offsets[0]);
297 * pface->texinfo->mipadjust);
H A Dgl_rsurf.cpp81 tex = surf->texinfo;
329 t = R_TextureAnimation (s->texinfo->texture);
361 GL_Bind (s->texinfo->texture->gl_texturenum);
394 t = R_TextureAnimation (s->texinfo->texture);
433 t = R_TextureAnimation (s->texinfo->texture);
483 t = R_TextureAnimation (s->texinfo->texture);
529 GL_Bind (s->texinfo->texture->gl_texturenum);
563 t = R_TextureAnimation (s->texinfo->texture);
622 t = R_TextureAnimation (s->texinfo->texture);
870 t = R_TextureAnimation (fa->texinfo
[all...]
H A Dbspfile.h195 short texinfo; member in struct:__anon11580
266 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
H A Dmodel.h121 mtexinfo_t *texinfo; member in struct:msurface_s
341 mtexinfo_t *texinfo; member in struct:model_s
H A Dr_surf.cpp76 tex = surf->texinfo;
654 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
659 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest);
H A Dgl_model.h142 mtexinfo_t *texinfo; member in struct:msurface_s
389 mtexinfo_t *texinfo; member in struct:model_s
H A Dd_surf.cpp271 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
H A Dr_light.cpp191 tex = surf->texinfo;
/external/llvm/docs/
H A Dmake.bat33 echo. texinfo to make Texinfo files
148 if "%1" == "texinfo" (
149 %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
152 echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
/external/e2fsprogs/debian/attic/libs/
H A Drules48 cd doc && texi2html -split_chapter libext2fs.texinfo
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
121 # texinfo docs
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
/external/e2fsprogs/lib/et/
H A DMakefile.in63 com_err.dvi: com_err.texinfo
65 com_err_abt.html: $(srcdir)/com_err.texinfo
67 -$(Q) texi2html -split_chapter $(srcdir)/com_err.texinfo
/external/quake/quake/src/QW/server/
H A Dmodel.c581 loadmodel->texinfo = out;
644 tex = s->texinfo;
714 out->texinfo = loadmodel->texinfo + LittleShort (in->texinfo);
730 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky
736 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent

Completed in 338 milliseconds

12