HomeSort by relevance Sort by last modified time
    Searched defs:currentNormal (Results 1 - 2 of 2) sorted by null

  /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 617 vec3_t currentNormal;

Completed in 33 milliseconds