/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
TerrainTestCollision.java | 112 matRock.setTexture("Alpha", assetManager.loadTexture("Textures/Terrain/splat/alphamap.png")); 113 Texture heightMapImage = assetManager.loadTexture("Textures/Terrain/splat/mountains512.png"); 114 Texture grass = assetManager.loadTexture("Textures/Terrain/splat/grass.jpg"); 118 Texture dirt = assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg"); 122 Texture rock = assetManager.loadTexture("Textures/Terrain/splat/road.jpg");
|
TerrainFractalGridTest.java | 63 Texture grass = this.assetManager.loadTexture("Textures/Terrain/splat/grass.jpg"); 69 Texture dirt = this.assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
|
TerrainGridTest.java | 73 Texture grass = this.assetManager.loadTexture("Textures/Terrain/splat/grass.jpg"); 79 Texture dirt = this.assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
|
TerrainGridTileLoaderTest.java | 71 Texture grass = this.assetManager.loadTexture("Textures/Terrain/splat/grass.jpg"); 77 Texture dirt = this.assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg");
|
TerrainGridAlphaMapTest.java | 96 Texture grass = assetManager.loadTexture("Textures/Terrain/splat/grass.jpg"); 102 Texture dirt = assetManager.loadTexture("Textures/Terrain/splat/dirt.jpg"); 108 Texture rock = assetManager.loadTexture("Textures/Terrain/splat/road.jpg");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cfgparser.py | 68 "another with spaces = splat!\n" 100 eq(cf.get('Spaces', 'another with spaces'), 'splat!') 171 "[Foo]\n extra-spaces: splat\n") 173 "[Foo]\n extra-spaces= splat\n") 283 cf.set("sect", "option1", "splat") 284 cf.set("sect", "option1", mystr("splat")) 285 cf.set("sect", "option2", "splat") 286 cf.set("sect", "option2", mystr("splat")) 292 cf.set("sect", "option1", unicode("splat")) 293 cf.set("sect", "option2", unicode("splat")) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cfgparser.py | 68 "another with spaces = splat!\n" 100 eq(cf.get('Spaces', 'another with spaces'), 'splat!') 171 "[Foo]\n extra-spaces: splat\n") 173 "[Foo]\n extra-spaces= splat\n") 283 cf.set("sect", "option1", "splat") 284 cf.set("sect", "option1", mystr("splat")) 285 cf.set("sect", "option2", "splat") 286 cf.set("sect", "option2", mystr("splat")) 292 cf.set("sect", "option1", unicode("splat")) 293 cf.set("sect", "option2", unicode("splat")) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 66 f.write("command_packages = foo.bar, splat") 110 print >> f, "command_packages = foo.bar, splat" 116 ["distutils.command", "foo.bar", "splat"]) 305 "provides": ["my.pkg (splat)"]}) 327 "requires": ["my.pkg (splat)"]}) 349 "obsoletes": ["my.pkg (splat)"]})
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dist.py | 66 f.write("command_packages = foo.bar, splat") 110 print >> f, "command_packages = foo.bar, splat" 116 ["distutils.command", "foo.bar", "splat"]) 305 "provides": ["my.pkg (splat)"]}) 327 "requires": ["my.pkg (splat)"]}) 349 "obsoletes": ["my.pkg (splat)"]})
|
/external/clang/include/clang/Lex/ |
ScratchBuffer.h | 33 /// getToken - Splat the specified text into a temporary MemoryBuffer and
|
/external/llvm/test/CodeGen/X86/ |
vshift-5.ll | 3 ; When loading the shift amount from memory, avoid generating the splat.
|
x86-shifts.ll | 3 ; Splat patterns below 103 ; non splat test
|
vshift-4.ll | 4 ; amounts are the same when using a shuffle splat.
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 315 // If 'Arg' is an 8-bit splat, then get the encoded value. 316 int Splat = getT2SOImmValSplatVal(Arg); 317 if (Splat != -1) 318 return Splat; 337 // Passing values can be any combination of splat values and shifter 338 // values. If this can be handled with a single shifter or splat, bail 349 // Likewise, try masking out a splat value first. 370 // Try masking out a splat value first. 374 // The other splat is all that's left as an option.
|
/bionic/libc/arch-arm/generic/bionic/ |
memset.S | 73 /* splat r1 */
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 219 Splat, 358 // Splat paint when the middle mouse button or second stylus button is pressed. 359 mode = PaintMode.Splat; 440 case Splat:
|
/external/clang/lib/Lex/ |
ScratchBuffer.cpp | 29 /// getToken - Splat the specified text into a temporary MemoryBuffer and
|
/bionic/libc/arch-arm/bionic/ |
memset.S | 144 /* splat r1 */
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
memset.S | 143 /* splat r1 */
|
/external/llvm/lib/Support/ |
BlockFrequency.cpp | 54 uint32_t t = -((x >> 31) & 1); // Splat bit 31 to bits 0-31.
|
/external/llvm/test/CodeGen/PowerPC/ |
vec_splat.ll | 12 define void @splat(%f4* %P, %f4* %Q, float %X) nounwind {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 801 ** Vector shuffle / select / splat / etc 818 /** vector splat byte */ 825 /** vector splat half word */ 832 /** vector splat word */ 839 /** vector splat signed immediate word */
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 801 ** Vector shuffle / select / splat / etc 818 /** vector splat byte */ 825 /** vector splat half word */ 832 /** vector splat word */ 839 /** vector splat signed immediate word */
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineVectorOps.cpp | [all...] |
/external/llvm/test/CodeGen/Mips/ |
dsp-patterns.ll | 207 ; Check that shift node is expanded if splat element size is not 16-bit. 221 ; Check that shift node is expanded if splat element size is not 8-bit.
|