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

/external/chromium_org/third_party/WebKit/PerformanceTests/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...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
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...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js321 gloss: 2.0, // [0...infinity] 0 = matt
343 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
354 initialize : function(color, reflection, refraction, transparency, gloss) {
358 this.gloss = gloss;
367 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
383 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
388 this.gloss
[all...]
/external/chromium_org/v8/benchmarks/
H A Draytrace.js326 gloss: 2.0, // [0...infinity] 0 = matt
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 initialize : function(color, reflection, refraction, transparency, gloss) {
363 this.gloss = gloss;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
393 this.gloss
[all...]

Completed in 4563 milliseconds