/external/iproute2/doc/ |
D | Plan | 4 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)
|
D | Makefile | 34 %.dvi: %.tex 51 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
|
/external/blktrace/btreplay/doc/ |
D | Makefile | 5 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/ |
D | Makefile | 1 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/ |
D | Makefile | 5 blktrace.tex: 6 @touch blktrace.tex 8 blktrace.pdf: blktrace.tex 9 @latex blktrace.tex 10 @latex blktrace.tex
|
/external/skia/src/utils/ |
D | SkMeshUtils.cpp | 13 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/ |
D | Makefile.am | 24 EXTRA_DIST = bison.1 refcard.tex 31 refcard.dvi: refcard.tex 32 tex refcard.tex
|
/external/srtp/doc/ |
D | Makefile | 27 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
|
D | Makefile.in | 27 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/ |
D | r_light.c | 151 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()
|
D | gl_rlight.c | 277 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()
|
D | r_surf.c | 71 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/ |
D | r_light.cpp | 151 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()
|
D | gl_rlight.cpp | 280 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()
|
D | r_surf.cpp | 71 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/ |
D | README | 34 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
|
D | COPYING | 9 The Plain TeX hyphenation tables "hyphen.tex" by Donald E. Knuth 13 the resulting file is not named hyphen.tex."
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 1026 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/ |
D | SkGrTexturePixelRef.cpp | 25 SkGrTexturePixelRef::SkGrTexturePixelRef(GrTexture* tex) { in SkGrTexturePixelRef() argument 26 fTexture = tex; in SkGrTexturePixelRef() 27 GrSafeRef(tex); in SkGrTexturePixelRef()
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 58 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html 64 .PHONY: clean-tex 65 clean-tex::
|
/external/skia/include/utils/ |
D | SkMeshUtils.h | 20 bool init(SkPoint tex[], uint16_t indices[], 27 const SkPoint* tex() const { return fTex; } in tex() function
|
/external/skia/gpu/src/ |
D | GrDrawMesh.cpp | 52 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/ |
D | LayerTilerChromium.h | 95 explicit Tile(PassOwnPtr<LayerTexture> tex) : m_tex(tex), m_i(-1), m_j(-1) {} in Tile() argument
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.cpp | 1035 WebGLTexture* tex = validateTextureBinding(target, true); in copyTexImage2D() local 1036 if (!tex) in copyTexImage2D() 1067 … tex->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/ |
D | RELNOTES | 81 * 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
|