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

/external/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...]
/external/libevent/
H A Devent.c3694 const char *gloss = (e->ev_events & EV_SIGNAL) ? local
3701 (void*)e, gloss, EV_SOCK_ARG(e->ev_fd),
3727 const char *gloss = (e->ev_events & EV_SIGNAL) ? local
3734 (void*)e, gloss, EV_SOCK_ARG(e->ev_fd), e->ev_pri,

Completed in 120 milliseconds