Searched defs:gloss (Results 1 - 2 of 2) sorted by relevance

/external/v8/benchmarks/
H A Draytrace.js332 gloss: 2.0, // [0...infinity] 0 = matt
354 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 initialize : function(color, reflection, refraction, transparency, gloss) {
369 this.gloss = gloss;
378 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
394 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
399 this.gloss
[all...]
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js327 gloss: 2.0, // [0...infinity] 0 = matt
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
360 initialize : function(color, reflection, refraction, transparency, gloss) {
364 this.gloss = gloss;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
394 this.gloss
[all...]

Completed in 12 milliseconds