/external/blktrace/doc/ |
Makefile | 5 blktrace.tex: 6 @touch blktrace.tex 8 blktrace.pdf: blktrace.tex 9 @latex blktrace.tex 10 @latex blktrace.tex
|
/external/blktrace/btreplay/doc/ |
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/ |
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/skia/src/gpu/effects/ |
GrConvolutionEffect.h | 25 static GrEffectRef* Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel) { 26 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex, 34 static GrEffectRef* CreateGaussian(GrTexture* tex, 38 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
|
GrSimpleTextureEffect.h | 23 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix) { 24 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix))); 29 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, bool bilerp) { 30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, bilerp))); 34 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, const GrTextureParams& p) { 35 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p)));
|
/external/srtp/doc/ |
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
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
TextureRenderTarget.java | 35 public TextureRenderTarget(Allocation tex) { 37 setTexture(tex); 40 public void setTexture(Allocation tex) { 41 mData.texture = tex;
|
Texture2D.java | 39 public Texture2D(Allocation tex) { 41 setTexture(tex); 67 public void setTexture(Allocation tex) { 68 mData.texture = tex != null ? tex : SceneManager.getDefaultTex2D();
|
TextureCube.java | 40 public TextureCube(Allocation tex) { 42 setTexture(tex); 68 public void setTexture(Allocation tex) { 69 mData.texture = tex != null ? tex : SceneManager.getDefaultTexCube();
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
TextureKey.java | 81 Texture tex = (Texture) asset; local 82 return tex.createSimpleClone(); 92 Texture tex; local 100 tex = new TextureCubeMap(); 102 tex = new Texture3D(); 104 tex = new Texture2D(); 110 tex.setMinFilter(Texture.MinFilter.Trilinear); 113 tex.setAnisotropicFilter(getAnisotropy()); 114 tex.setName(getName()); 115 tex.setImage(img) [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlingerConsumer.h | 30 SurfaceFlingerConsumer(GLuint tex, bool allowSynchronousMode = true, 33 : GLConsumer(tex, allowSynchronousMode, texTarget, useFenceSync,
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorMusgrave.java | 61 protected Texture generate(Structure tex, int width, int height, int depth, BlenderContext blenderContext) { 62 int stype = ((Number) tex.getFieldValue("stype")).intValue(); 63 float noisesize = ((Number) tex.getFieldValue("noisesize")).floatValue(); 68 float[][] colorBand = this.computeColorband(tex, blenderContext); 71 MusgraveData musgraveData = new MusgraveData(tex); 73 BrightnessAndContrastData bacd = new BrightnessAndContrastData(tex); 126 public MusgraveData(Structure tex) { 127 stype = ((Number) tex.getFieldValue("stype")).intValue(); 128 outscale = ((Number) tex.getFieldValue("ns_outscale")).floatValue(); 129 h = ((Number) tex.getFieldValue("mg_H")).floatValue() [all...] |
TextureGeneratorMarble.java | 49 // tex->stype 64 protected Texture generate(Structure tex, int width, int height, int depth, BlenderContext blenderContext) { 69 float[][] colorBand = this.computeColorband(tex, blenderContext); 72 BrightnessAndContrastData bacd = new BrightnessAndContrastData(tex); 73 MarbleData marbleData = new MarbleData(tex); 137 public MarbleData(Structure tex) { 138 noisesize = ((Number) tex.getFieldValue("noisesize")).floatValue(); 139 noisebasis = ((Number) tex.getFieldValue("noisebasis")).intValue(); 140 noisedepth = ((Number) tex.getFieldValue("noisedepth")).intValue(); 141 stype = ((Number) tex.getFieldValue("stype")).intValue() [all...] |
TextureGeneratorClouds.java | 50 // tex->noisetype 54 // tex->stype 68 protected Texture generate(Structure tex, int width, int height, int depth, BlenderContext blenderContext) { 73 float noisesize = ((Number) tex.getFieldValue("noisesize")).floatValue(); 74 int noiseDepth = ((Number) tex.getFieldValue("noisedepth")).intValue(); 75 int noiseBasis = ((Number) tex.getFieldValue("noisebasis")).intValue(); 76 int noiseType = ((Number) tex.getFieldValue("noisetype")).intValue(); 78 int sType = ((Number) tex.getFieldValue("stype")).intValue(); 81 float[][] colorBand = this.computeColorband(tex, blenderContext); 84 BrightnessAndContrastData bacd = new BrightnessAndContrastData(tex); [all...] |
/external/libvorbis/doc/ |
Makefile.am | 56 Vorbis_I_spec.tex \ 57 01-introduction.tex \ 58 02-bitpacking.tex \ 59 03-codebook.tex \ 60 04-codec.tex \ 61 05-comment.tex \ 62 06-floor0.tex \ 63 07-floor1.tex \ 64 08-residue.tex \ 65 09-helper.tex \ [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
FrameBuffer.java | 91 Texture tex; field in class:FrameBuffer.RenderBuffer 108 return tex; 137 if (tex != null){ 148 if (tex != null){ 235 private void checkSetTexture(Texture tex, boolean depth){ 236 Image img = tex.getImage(); 250 if (samples != tex.getImage().getMultiSamples()) 311 * @param tex The color texture to set. 313 public void setColorTexture(Texture2D tex){ 315 addColorTexture(tex); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/ |
TestCylinder.java | 57 Texture tex = assetManager.loadTexture(key); local 58 tex.setMinFilter(Texture.MinFilter.Trilinear); 59 mat.setTexture("ColorMap", tex);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceCommandWriter.java | 44 int tex = readTextureOnGlTexImage ? ( 1 << READ_TEXTURE_DATA_ON_GLTEXIMAGE_BIT) : 0; local 46 int cmd = eglSwap | glDraw | tex;
|
/external/jmonkeyengine/engine/src/test/jme3test/asset/ |
TestOnlineJar.java | 67 Texture tex = assetManager.loadTexture(key); local 70 mat.setTexture("ColorMap", tex); 73 float aspect = tex.getImage().getWidth() / (float) tex.getImage().getHeight();
|
TestUrlLoading.java | 67 Texture tex = assetManager.loadTexture(key); local 70 mat.setTexture("ColorMap", tex); 73 float aspect = tex.getImage().getWidth() / (float) tex.getImage().getHeight();
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
AndroidAssetManager.java | 113 Texture tex = (Texture) loadAsset(key);
local 119 tex.setMagFilter(Texture.MagFilter.Nearest);
120 tex.setAnisotropicFilter(0);
121 if (tex.getMinFilter().usesMipMapLevels()) {
122 tex.setMinFilter(Texture.MinFilter.NearestNearestMipMap);
124 tex.setMinFilter(Texture.MinFilter.NearestNoMipMaps);
126 return tex;
|
/external/skia/legacy/src/utils/ |
SkMeshUtils.cpp | 20 bool SkMeshIndices::init(SkPoint tex[], uint16_t indices[], 39 if (tex) { 40 fTex = tex; 71 SkPoint* tex = fTex; local 76 tex->set(x*dx, y*dy); 77 tex += 1; 99 rows * cols, verts, idx.tex(), colors, NULL,
|
/external/skia/src/utils/ |
SkMeshUtils.cpp | 20 bool SkMeshIndices::init(SkPoint tex[], uint16_t indices[], 39 if (tex) { 40 fTex = tex; 71 SkPoint* tex = fTex; local 76 tex->set(x*dx, y*dy); 77 tex += 1; 99 rows * cols, verts, idx.tex(), colors, NULL,
|
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/ |
TestNiftyToMesh.java | 74 Texture2D tex = new Texture2D(1024, 768, Format.RGBA8); local 75 tex.setMinFilter(MinFilter.Trilinear); 76 tex.setMagFilter(MagFilter.Bilinear); 78 fb.setColorTexture(tex); 85 mat.setTexture("ColorMap", tex);
|
/external/replicaisland/src/com/replica/replicaisland/ |
HudSystem.java | 283 Texture tex = mFuelDrawable.getTexture(); local 284 mFuelDrawable.resize(tex.width, tex.height); 323 Texture tex = bitmap.getTexture(); local 324 bitmap.resize(tex.width, tex.height); 341 Texture tex = bitmap.getTexture(); local 342 bitmap.resize(tex.width, tex.height); 343 bitmap.setWidth((int)(tex.width * STOMP_BUTTON_SCALE)) 355 Texture tex = mMovementSliderBaseDrawable.getTexture(); local 361 Texture tex = mMovementSliderButtonDrawable.getTexture(); local 367 Texture tex = mMovementSliderButtonDepressedDrawable.getTexture(); local 386 Texture tex = mCoinDrawable.getTexture(); local 406 Texture tex = mRubyDrawable.getTexture(); local 480 Texture tex = mDigitDrawables[x].getTexture(); local 487 Texture tex = mXDrawable.getTexture(); local [all...] |