Searched
full:material (Results
326 -
350 of
2997) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
cstring | 5 * This material is provided "as is", with absolutely no warranty expressed
|
cwchar | 5 * This material is provided "as is", with absolutely no warranty expressed
|
cwctype | 5 * This material is provided "as is", with absolutely no warranty expressed
|
exception.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
fstream.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
ios.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
iso646.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
limits.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
locale.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
new | 5 * This material is provided "as is", with absolutely no warranty expressed
|
ostream.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
pthread_alloc | 15 * This material is provided "as is", with absolutely no warranty expressed
|
signal.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
unordered_map | 5 * This material is provided "as is", with absolutely no warranty expressed
|
unordered_set | 5 * This material is provided "as is", with absolutely no warranty expressed
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_clocale.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
_csignal.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
_cstdarg.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
_cstring.h | 5 * This material is provided "as is", with absolutely no warranty expressed
|
_stlport_version.h | 6 * This material is provided "as is", with absolutely no warranty expressed
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 35 import com.jme3.material.Material;
36 import com.jme3.material.RenderState;
70 private final Material niftyMat;
71 private final Material niftyQuadMat;
72 private final Material niftyQuadGradMat;
92 //Color + texture color material for text and images
93 niftyMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyTex.j3md");
95 //Color material for uniform colored quads
96 niftyQuadMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyQuad.j3md"); [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
raytrace.js | 61 // flog/material/basematerial.js 62 // flog/material/solid.js 63 // flog/material/chessboard.js 320 if(typeof(Flog.RayTracer.Material) == 'undefined') Flog.RayTracer.Material = {}; 322 Flog.RayTracer.Material.BaseMaterial = Class.create(); 324 Flog.RayTracer.Material.BaseMaterial.prototype = { 348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 355 Flog.RayTracer.Material.Solid = Class.create(); 357 Flog.RayTracer.Material.Solid.prototype = Object.extend [all...] |
/external/chromium_org/crypto/ |
hkdf.h | 19 // SHA-256) and outputs key material, as needed by QUIC. 31 // |key_bytes_to_generate|: the number of bytes of key material to generate.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 56 // flog/material/basematerial.js 57 // flog/material/solid.js 58 // flog/material/chessboard.js 315 if(typeof(Flog.RayTracer.Material) == 'undefined') Flog.RayTracer.Material = {}; 317 Flog.RayTracer.Material.BaseMaterial = Class.create(); 319 Flog.RayTracer.Material.BaseMaterial.prototype = { 343 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 350 Flog.RayTracer.Material.Solid = Class.create(); 352 Flog.RayTracer.Material.Solid.prototype = Object.extend [all...] |
/external/chromium_org/v8/benchmarks/ |
raytrace.js | 61 // flog/material/basematerial.js 62 // flog/material/solid.js 63 // flog/material/chessboard.js 320 if(typeof(Flog.RayTracer.Material) == 'undefined') Flog.RayTracer.Material = {}; 322 Flog.RayTracer.Material.BaseMaterial = Class.create(); 324 Flog.RayTracer.Material.BaseMaterial.prototype = { 348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']'; 355 Flog.RayTracer.Material.Solid = Class.create(); 357 Flog.RayTracer.Material.Solid.prototype = Object.extend [all...] |
Completed in 957 milliseconds
<<11121314151617181920>>