OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentnormal
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libagl/
vertex.cpp
41
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;
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 141 milliseconds