OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lighting
(Results
1 - 15
of
15
) sorted by null
/frameworks/native/opengl/libagl/
light.cpp
68
c->
lighting
.lights[i].ambient.a = 0x10000;
69
c->
lighting
.lights[i].position.z = 0x10000;
70
c->
lighting
.lights[i].spotDir.z = -0x10000;
71
c->
lighting
.lights[i].spotCutoff = gglIntToFixed(180);
72
c->
lighting
.lights[i].attenuation[0] = 0x10000;
74
init_white(c->
lighting
.lights[0].diffuse);
75
init_white(c->
lighting
.lights[0].specular);
77
c->
lighting
.front.ambient.r =
78
c->
lighting
.front.ambient.g =
79
c->
lighting
.front.ambient.b = gglFloatToFixed(0.2f)
[
all
...]
primitives.cpp
113
c->
lighting
.lightVertex(c, v0);
115
c->
lighting
.lightVertex(c, v1);
117
c->
lighting
.lightVertex(c, v2);
124
c->
lighting
.lightVertex(c, v2);
155
c->
lighting
.lightVertex(c, v);
216
// set up the
lighting
/shading/smoothing/fogging function
218
index |= c->
lighting
.enable ? 0x2 : 0;
220
c->
lighting
.lightTriangle = lightPrimitive[index];
461
//
lighting
& clamping...
465
if (c->
lighting
.enable)
[
all
...]
state.cpp
139
c->
lighting
.lights[cap-GL_LIGHT0].enable = enabled;
140
c->
lighting
.enabledLights &= ~(1<<(cap-GL_LIGHT0));
141
c->
lighting
.enabledLights |= (enabled<<(cap-GL_LIGHT0));
159
c->
lighting
.enable = enabled;
162
c->
lighting
.colorMaterial.enable = enabled;
array.cpp
[
all
...]
context.h
123
LIT = 0x4000, //
lighting
has been applied
277
//
lighting
612
lighting_t
lighting
;
member in struct:android::gl::ogles_context_t
/external/skia/gm/
Android.mk
91
lighting
.cpp \
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
320
//
lighting
shaders are complicated. We just throw up our hands.
1356
const GrLightingEffect&
lighting
= drawEffect.castEffect<GrLightingEffect>();
local
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
320
//
lighting
shaders are complicated. We just throw up our hands.
1356
const GrLightingEffect&
lighting
= drawEffect.castEffect<GrLightingEffect>();
local
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js
718
// Calc diffuse
lighting
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js
744
// Calc diffuse
lighting
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js
744
// Calc diffuse
lighting
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js
713
// Calc diffuse
lighting
/external/chromium_org/v8/benchmarks/
raytrace.js
718
// Calc diffuse
lighting
/external/v8/benchmarks/
raytrace.js
718
// Calc diffuse
lighting
/external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.cc
[
all
...]
Completed in 1105 milliseconds