Home
last modified time | relevance | path

Searched refs:texinfo (Results 1 – 25 of 73) sorted by relevance

123

/external/e2fsprogs/doc/
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/llvm/docs/
DMakefile.sphinx123 texinfo:
124 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
131 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
133 make -C $(BUILDDIR)/texinfo info
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/clang/docs/analyzer/
DMakefile123 texinfo: target
124 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
131 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
133 make -C $(BUILDDIR)/texinfo info
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/clang/docs/
DMakefile.sphinx131 texinfo:
132 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
139 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
141 make -C $(BUILDDIR)/texinfo info
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/quake/quake/src/WinQuake/
Dd_edge.cpp135 TransformVector (pface->texinfo->vecs[0], p_saxis); in D_CalcGradients()
136 TransformVector (pface->texinfo->vecs[1], p_taxis); in D_CalcGradients()
156 + pface->texinfo->vecs[0][3]*t; in D_CalcGradients()
159 + pface->texinfo->vecs[1][3]*t; in D_CalcGradients()
241 ((byte *)pface->texinfo->texture + in D_DrawSurfaces()
242 pface->texinfo->texture->offsets[0]); in D_DrawSurfaces()
297 * pface->texinfo->mipadjust); in D_DrawSurfaces()
Dgl_rsurf.cpp81 tex = surf->texinfo; in R_AddDynamicLights()
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); in R_DrawSequentialPoly()
483 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
529 GL_Bind (s->texinfo->texture->gl_texturenum); in R_DrawSequentialPoly()
563 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
622 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
870 t = R_TextureAnimation (fa->texinfo->texture); in R_RenderBrushPoly()
[all …]
Dr_surf.cpp76 tex = surf->texinfo; in R_AddDynamicLights()
654 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); in R_GenTile()
659 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); in R_GenTile()
Dbspfile.h195 short texinfo; member
266 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
Dmodel.h121 mtexinfo_t *texinfo; member
341 mtexinfo_t *texinfo; member
Dgl_model.h142 mtexinfo_t *texinfo; member
389 mtexinfo_t *texinfo; member
/external/quake/quake/src/QW/client/
Dd_edge.c135 TransformVector (pface->texinfo->vecs[0], p_saxis); in D_CalcGradients()
136 TransformVector (pface->texinfo->vecs[1], p_taxis); in D_CalcGradients()
156 + pface->texinfo->vecs[0][3]*t; in D_CalcGradients()
159 + pface->texinfo->vecs[1][3]*t; in D_CalcGradients()
245 ((byte *)pface->texinfo->texture + in D_DrawSurfaces()
246 pface->texinfo->texture->offsets[0]); in D_DrawSurfaces()
302 * pface->texinfo->mipadjust); in D_DrawSurfaces()
Dgl_rsurf.c81 tex = surf->texinfo; in R_AddDynamicLights()
332 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
365 GL_Bind (s->texinfo->texture->gl_texturenum); in R_DrawSequentialPoly()
398 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
437 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
472 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
507 GL_Bind (s->texinfo->texture->gl_texturenum); in R_DrawSequentialPoly()
541 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
579 t = R_TextureAnimation (s->texinfo->texture); in R_DrawSequentialPoly()
800 t = R_TextureAnimation (fa->texinfo->texture); in R_RenderBrushPoly()
[all …]
Dbspfile.h182 short texinfo; member
248 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
Dr_surf.c76 tex = surf->texinfo; in R_AddDynamicLights()
637 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); in R_GenTile()
642 ((byte *)psurf->texinfo->texture + psurf->texinfo->texture->offsets[0]), pdest); in R_GenTile()
Dmodel.h132 mtexinfo_t *texinfo; member
358 mtexinfo_t *texinfo; member
Dgl_model.h146 mtexinfo_t *texinfo; member
392 mtexinfo_t *texinfo; member
/external/e2fsprogs/debian/attic/libs/
Drules48 cd doc && texi2html -split_chapter libext2fs.texinfo
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
122 install -p $(topdir)/doc/libext2fs.texinfo \
124 install -p $(topdir)/lib/et/com_err.texinfo \
/external/e2fsprogs/lib/et/
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/bison/build-aux/
Dgendocs.sh176 *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
180 srcfile=$srcdir/$PACKAGE.texinfo
349 srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true
/external/e2fsprogs/
D.release-checklist14 doc/libext2fs.texinfo (three places)
/external/quake/quake/src/QW/server/
Dmodel.c581 loadmodel->texinfo = out; in Mod_LoadTexinfo()
644 tex = s->texinfo; in CalcSurfaceExtents()
714 out->texinfo = loadmodel->texinfo + LittleShort (in->texinfo); in Mod_LoadFaces()
730 if (!Q_strncmp(out->texinfo->texture->name,"sky",3)) // sky in Mod_LoadFaces()
736 if (!Q_strncmp(out->texinfo->texture->name,"*",1)) // turbulent in Mod_LoadFaces()
/external/webkit/Tools/android/flex-2.5.4a/MISC/
DREADME3 - texinfo/, a subdirectory containing a "texinfo" version of flex(1)

123