Home
last modified time | relevance | path

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

1234

/external/iproute2/doc/
DPlan4 1.1 IP Command reference (ip-cref.tex, published)
5 1.2 TC Command reference (tc-cref.tex)
6 1.3 IP tunnels (ip-tunnels.tex, published)
9 2.1 RTNETLINK (api-rtnl.tex)
10 2.2 Path MTU Discovery (api-pmtudisc.tex)
11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published)
12 2.4 Miscellaneous extensions (api-misc.tex)
15 3.1 NetDev --- Networking Devices and netdev... (iki-netdev.tex)
16 3.2 Neighbour cache and destination cache. (iki-neighdst.tex)
DMakefile34 %.dvi: %.tex
51 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
/external/blktrace/btreplay/doc/
DMakefile5 btreplay.tex:
6 @touch btreplay.tex
8 btreplay.dvi: btreplay.tex abstract.tex
9 @latex btreplay.tex
10 @latex btreplay.tex
/external/blktrace/btt/doc/
DMakefile1 DOCTMP = btt.log btt.aux btt.dvi btt.toc btt.tex.bak
5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
6 @touch btt.tex
8 btt.pdf: btt.tex
9 @latex btt.tex
10 @latex btt.tex
/external/blktrace/doc/
DMakefile5 blktrace.tex:
6 @touch blktrace.tex
8 blktrace.pdf: blktrace.tex
9 @latex blktrace.tex
10 @latex blktrace.tex
/external/skia/src/utils/
DSkMeshUtils.cpp13 bool SkMeshIndices::init(SkPoint tex[], uint16_t indices[], in init() argument
32 if (tex) { in init()
33 fTex = tex; in init()
64 SkPoint* tex = fTex; in init() local
69 tex->set(x*dx, y*dy); in init()
70 tex += 1; in init()
92 rows * cols, verts, idx.tex(), colors, NULL, in Draw()
/external/bison/doc/
DMakefile.am24 EXTRA_DIST = bison.1 refcard.tex
31 refcard.dvi: refcard.tex
32 tex refcard.tex
/external/srtp/doc/
DMakefile27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
29 sed 's/\subsection/\section/' latex/index.tex > latex/index.tmp
30 mv latex/index.tmp latex/index.tex
41 rm -rf latex/ header.tex
DMakefile.in27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
29 sed 's/\subsection/\section/' latex/index.tex > latex/index.tmp
30 mv latex/index.tmp latex/index.tex
41 rm -rf latex/ header.tex
/external/quake/quake/src/QW/client/
Dr_light.c151 mtexinfo_t *tex; in RecursiveLightPoint() local
191 tex = surf->texinfo; in RecursiveLightPoint()
193 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3]; in RecursiveLightPoint()
194 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];; in RecursiveLightPoint()
Dgl_rlight.c277 mtexinfo_t *tex; in RecursiveLightPoint() local
319 tex = surf->texinfo; in RecursiveLightPoint()
321 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3]; in RecursiveLightPoint()
322 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];; in RecursiveLightPoint()
Dr_surf.c71 mtexinfo_t *tex; in R_AddDynamicLights() local
76 tex = surf->texinfo; in R_AddDynamicLights()
98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3]; in R_AddDynamicLights()
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3]; in R_AddDynamicLights()
/external/quake/quake/src/WinQuake/
Dr_light.cpp151 mtexinfo_t *tex; in RecursiveLightPoint() local
191 tex = surf->texinfo; in RecursiveLightPoint()
193 s = DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3]; in RecursiveLightPoint()
194 t = DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3];; in RecursiveLightPoint()
Dgl_rlight.cpp280 mtexinfo_t *tex; in RecursiveLightPoint() local
322 tex = surf->texinfo; in RecursiveLightPoint()
324 s = (int) (DotProduct (mid, tex->vecs[0]) + tex->vecs[0][3]); in RecursiveLightPoint()
325 t = (int) (DotProduct (mid, tex->vecs[1]) + tex->vecs[1][3]); in RecursiveLightPoint()
Dr_surf.cpp71 mtexinfo_t *tex; in R_AddDynamicLights() local
76 tex = surf->texinfo; in R_AddDynamicLights()
98 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3]; in R_AddDynamicLights()
99 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3]; in R_AddDynamicLights()
/external/hyphenation/
DREADME34 hyphen.tex (en_US hyphenation patterns from plain TeX)
36 Source: http://tug.ctan.org/text-archive/macros/plain/base/hyphen.tex
38 tbhyphext.tex: hyphenation exception log from TugBoat archive
41 http://www.ctan.org/tex-archive/info/digests/tugboat/tb0hyf.tex
44 (http://www.ctan.org/tex-archive/info/digests/tugboat/hyphenex.sh)
46 sh hyphenex.sh <tb0hyf.tex >tbhyphext.tex
DCOPYING9 The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth
13 the resulting file is not named hyphen.tex."
/external/mesa3d/src/glsl/
Dir_reader.cpp1026 ir_texture *tex = new(ctx) ir_texture(op); in read_texture() local
1035 tex->set_sampler(sampler); in read_texture()
1039 tex->coordinate = read_rvalue(st, coordinate_expr); in read_texture()
1040 if (tex->coordinate == NULL) { in read_texture()
1059 tex->offsets[0] = offset_x->value(); in read_texture()
1060 tex->offsets[1] = offset_y->value(); in read_texture()
1061 tex->offsets[2] = offset_z->value(); in read_texture()
1065 tex->lod_info.lod = read_rvalue(st, lod_expr); in read_texture()
1066 if (tex->lod_info.lod == NULL) { in read_texture()
1074 tex->projector = NULL; in read_texture()
[all …]
/external/skia/src/gpu/
DSkGrTexturePixelRef.cpp25 SkGrTexturePixelRef::SkGrTexturePixelRef(GrTexture* tex) { in SkGrTexturePixelRef() argument
26 fTexture = tex; in SkGrTexturePixelRef()
27 GrSafeRef(tex); in SkGrTexturePixelRef()
/external/e2fsprogs/doc/
DMakefile.in58 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html
64 .PHONY: clean-tex
65 clean-tex::
/external/skia/include/utils/
DSkMeshUtils.h20 bool init(SkPoint tex[], uint16_t indices[],
27 const SkPoint* tex() const { return fTex; } in tex() function
/external/skia/gpu/src/
DGrDrawMesh.cpp52 SkPoint* tex = fTex; in init() local
61 tex->set(texture.fLeft + x*dtx, texture.fTop + y*dty); in init()
62 tex += 1; in init()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.h95 explicit Tile(PassOwnPtr<LayerTexture> tex) : m_tex(tex), m_i(-1), m_j(-1) {} in Tile() argument
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp1035 WebGLTexture* tex = validateTextureBinding(target, true); in copyTexImage2D() local
1036 if (!tex) in copyTexImage2D()
1067tex->setLevelInfo(target, level, internalformat, width, height, GraphicsContext3D::UNSIGNED_BYTE); in copyTexImage2D()
1077 WebGLTexture* tex = validateTextureBinding(target, true); in copyTexSubImage2D() local
1078 if (!tex) in copyTexSubImage2D()
1082 …if (xoffset + width > tex->getWidth(target, level) || yoffset + height > tex->getHeight(target, le… in copyTexSubImage2D()
1086 …if (!isTexInternalFormatColorBufferCombinationValid(tex->getInternalFormat(target, level), getBoun… in copyTexSubImage2D()
1101 GC3Denum format = tex->getInternalFormat(target, level); in copyTexSubImage2D()
1102 GC3Denum type = tex->getType(target, level); in copyTexSubImage2D()
1816 WebGLTexture* tex = validateTextureBinding(target, false); in generateMipmap() local
[all …]
/external/iproute2/
DRELNOTES81 * Edit ip-cref.tex by raf <raf2@zip.com.au>.
126 * IP command reference manual is published (ip-cref.tex).
127 I am sorry, but tc-cref.tex is still not ready, to be more
145 * doc/flowlabels.tex
155 * doc/ip-tunnels.tex

1234