Searched refs:currentNormal (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DAmbientShadow.cpp196 Vector2 currentNormal = getNormalFromVertices(casterVertices, i, local
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;
H A DSpotShadow.cpp469 const Vector2& currentNormal = outlineData[i].normal; local
475 previousNormal, currentNormal, SPOT_CORNER_RADIANS_DIVISOR);
489 (previousNormal * (currentCornerSliceNumber - k) + currentNormal * k) /
/frameworks/native/opengl/libagl/
H A Dvertex.cpp41 c->currentNormal.z = 0x10000;
216 c->currentNormal.x = gglFloatToFixed(x);
217 c->currentNormal.y = gglFloatToFixed(y);
218 c->currentNormal.z = gglFloatToFixed(z);
224 c->currentNormal.x = x;
225 c->currentNormal.y = y;
226 c->currentNormal.z = z;
H A Darray.cpp142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) { function in namespace:android
143 memcpy(v, c->currentNormal.v, sizeof(vec3_t));
1155 am.normal.fetch = currentNormal;
H A Dcontext.h622 vec3_t currentNormal; member in struct:android::gl::ogles_context_t

Completed in 212 milliseconds