OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentNormal
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
AmbientShadow.cpp
196
Vector2
currentNormal
= getNormalFromVertices(casterVertices, i,
199
int extraVerticesNumber = ShadowTessellator::getExtraVertexNumber(
currentNormal
,
229
previousNormal * (cornerSlicesNumber - j) +
currentNormal
* j;
247
previousNormal =
currentNormal
;
256
outerNext.x = innerNext.x +
currentNormal
.x * expansionDist;
257
outerNext.y = innerNext.y +
currentNormal
.y * expansionDist;
SpotShadow.cpp
469
const Vector2&
currentNormal
= outlineData[i].normal;
475
previousNormal,
currentNormal
, SPOT_CORNER_RADIANS_DIVISOR);
489
(previousNormal * (currentCornerSliceNumber - k) +
currentNormal
* k) /
[
all
...]
/frameworks/native/opengl/libagl/
array.cpp
142
static void
currentNormal
(ogles_context_t* c, GLfixed* v, const GLvoid*) {
143
memcpy(v, c->
currentNormal
.v, sizeof(vec3_t));
[
all
...]
context.h
622
vec3_t
currentNormal
;
Completed in 3076 milliseconds