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

/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));
1151 am.normal.fetch = currentNormal;
H A Dcontext.h617 vec3_t currentNormal; member in struct:android::gl::ogles_context_t

Completed in 57 milliseconds