HomeSort by relevance Sort by last modified time
    Searched refs:texinfo (Results 1 - 25 of 34) sorted by null

1 2

  /external/e2fsprogs/doc/
Makefile.in 35 libext2fs.info: $(srcdir)/libext2fs.texinfo
37 -@$(INFO) $(srcdir)/libext2fs.texinfo
39 libext2fs.dvi: $(srcdir)/libext2fs.texinfo
41 -@$(DVI) $(srcdir)/libext2fs.texinfo
  /external/bison/doc/
Makefile.am 20 info_TEXINFOS = bison.texinfo
Makefile 79 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 $(srcdir)/version.texi $(bison_TEXINFOS
    [all...]
  /external/quake/quake/src/QW/client/
d_edge.c 135 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);
gl_rsurf.c 81 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->texture)
    [all...]
bspfile.h 182 short texinfo; member in struct:__anon6667
248 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
model.h 132 mtexinfo_t *texinfo; member in struct:msurface_s
358 mtexinfo_t *texinfo; member in struct:model_s
r_surf.c 76 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);
gl_model.h 146 mtexinfo_t *texinfo; member in struct:msurface_s
392 mtexinfo_t *texinfo; member in struct:model_s
d_surf.c 274 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
r_light.c 191 tex = surf->texinfo;
gl_model.c 651 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
    [all...]
model.c 642 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
    [all...]
  /external/quake/quake/src/WinQuake/
d_edge.cpp 135 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);
gl_rsurf.cpp 81 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->texture)
    [all...]
bspfile.h 195 short texinfo; member in struct:__anon6955
266 extern texinfo_t texinfo[MAX_MAP_TEXINFO];
model.h 121 mtexinfo_t *texinfo; member in struct:msurface_s
341 mtexinfo_t *texinfo; member in struct:model_s
r_surf.cpp 76 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);
gl_model.h 142 mtexinfo_t *texinfo; member in struct:msurface_s
389 mtexinfo_t *texinfo; member in struct:model_s
d_surf.cpp 271 r_drawsurf.texture = R_TextureAnimation (surface->texinfo->texture);
r_light.cpp 191 tex = surf->texinfo;
  /external/e2fsprogs/debian/attic/libs/
rules 48 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/quake/quake/src/QW/server/
model.c 581 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
  /external/e2fsprogs/lib/et/
Makefile.in 63 com_err.dvi: com_err.texinfo
  /external/e2fsprogs/debian/
rules 204 texi2html -split_chapter ${topdir}/doc/libext2fs.texinfo )
206 texi2html -split_chapter -expandinfo ${topdir}/lib/et/com_err.texinfo )
375 # texinfo docs
377 $(INSTALL) -p -m 0644 ${topdir}/doc/libext2fs.texinfo \
379 $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \

Completed in 750 milliseconds

1 2