/frameworks/base/graphics/java/android/graphics/ |
EmbossMaskFilter.java | 25 * @param specular coefficient for specular highlights (e.g. 8) 29 public EmbossMaskFilter(float[] direction, float ambient, float specular, float blurRadius) { 33 native_instance = nativeConstructor(direction, ambient, specular, blurRadius); 36 private static native int nativeConstructor(float[] direction, float ambient, float specular, float blurRadius);
|
/external/skia/src/animator/ |
SkDrawEmboss.h | 29 SkScalar radius, ambient, specular; member in class:SkDrawEmboss
|
SkDrawEmboss.cpp | 26 SK_MEMBER(specular, Float) 40 return SkBlurMaskFilter::CreateEmboss(direction.begin(), ambient, specular, radius);
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 57 @param specular coefficient for specular highlights (e.g. 8) 62 SkScalar ambient, SkScalar specular,
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
EmbossMaskFilter_Delegate.java | 59 float specular, float blurRadius) {
|
/frameworks/base/core/jni/android/graphics/ |
MaskFilter.cpp | 27 static SkMaskFilter* createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, float ambient, float specular, float radius) { 38 SkFloatToScalar(specular),
|
/external/skia/src/effects/ |
SkEmbossMask.cpp | 93 int specular = light.fSpecular; local 147 // specular is 4.4 149 // and then possibly cache a 256 table for a given specular 152 for (int i = specular >> 4; i > 0; --i) {
|
SkEmbossMaskFilter.cpp | 34 SkScalar ambient, SkScalar specular, 43 // specular should be 0..15.99 as a scalar 44 int sp = pin2byte(SkScalarToFixed(specular) >> 12);
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
GLView.java | 160 * <li> ls - specular light (all RGB channels) 161 * <li> lsr - specular light red channel 162 * <li> lsg - specular light green channel 163 * <li> lsb - specular light blue channel 247 "Specular Intenstity", 248 "Specular Red", 249 "Specular Green", 250 "Specular Blue", 398 * Sets the overall specular light intensity. This intensity will 411 * Sets the specular color for the red, green, and blue channel [all...] |
/frameworks/base/opengl/libagl/ |
light.cpp | 75 init_white(c->lighting.lights[0].specular); 85 c->lighting.front.specular.a = 0x10000; 254 vmul3(l.implicitSpecular.v, material.specular.v, l.specular.v); 256 // this is just a flag to tell if we have a specular component 326 vmul3(l.implicitSpecular.v, material.specular.v, l.specular.v); 327 // this is just a flag to tell if we have a specular component 397 // specular 526 what = light.specular.v [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3dtypes.h | 216 D3DCOLOR specular; /* Specular component of vertex */
member in union:_D3DTLVERTEX::__anon10319 251 D3DCOLOR specular; /* Specular component of vertex */
member in union:_D3DLVERTEX::__anon10326 450 D3DCOLORVALUE specular; /* Specular 'shininess' */
member in union:_D3DMATERIAL::__anon10339 458 D3DVALUE power; /* Sharpness if specular highlight */
702 D3DRENDERSTATE_SPECULARENABLE = 29, /* TRUE to enable specular */
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 216 D3DCOLOR specular; /* Specular component of vertex */
member in union:_D3DTLVERTEX::__anon10502 251 D3DCOLOR specular; /* Specular component of vertex */
member in union:_D3DLVERTEX::__anon10509 450 D3DCOLORVALUE specular; /* Specular 'shininess' */
member in union:_D3DMATERIAL::__anon10522 458 D3DVALUE power; /* Sharpness if specular highlight */
702 D3DRENDERSTATE_SPECULARENABLE = 29, /* TRUE to enable specular */
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 285 vec4_t specular; member in struct:android::gl::light_t 305 vec4_t specular; member in struct:android::gl::material_t
|
/external/v8/benchmarks/ |
raytrace.js | 781 // Phong specular highlights
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 807 // Phong specular highlights
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 807 // Phong specular highlights
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 776 // Phong specular highlights
|
/prebuilt/sdk/10/ |
android.jar | |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/4/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |