HomeSort by relevance Sort by last modified time
    Searched refs:shininess (Results 1 - 4 of 4) sorted by null

  /frameworks/base/opengl/libagl/
light.cpp 407 s = gglPowx(s, material.shininess);
568 c->lighting.front.shininess = param;
771 c->lighting.front.shininess = gglFloatToFixed(params[0]);
811 c->lighting.front.shininess = gglFloatToFixed(params[0]);
  /external/v8/benchmarks/
raytrace.js 744 var shininess = Math.pow(10, info.shape.material.gloss + 1);
829 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 739 var shininess = Math.pow(10, info.shape.material.gloss + 1);
824 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
  /frameworks/base/include/private/opengles/
gl_context.h 310 GLfixed shininess; member in struct:android::gl::material_t

Completed in 511 milliseconds