Home | History | Annotate | Download | only in libagl

Lines Matching defs:currentNormal

142 static void currentNormal(ogles_context_t* c, GLfixed* v, const GLvoid*) {
143 memcpy(v, c->currentNormal.v, sizeof(vec3_t));
1155 am.normal.fetch = currentNormal;