OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 837 milliseconds