OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EYE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
vertex.cpp
112
// compute
eye
coordinates
114
&c->transforms.modelview.transform, &v->
eye
, &v->obj);
115
v->flags |= vertex_t::
EYE
;
124
GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->
eye
.v);
array.cpp
1039
nv->flags |= vertex_t::LIT | vertex_t::
EYE
| vertex_t::TT;
[
all
...]
/frameworks/base/include/private/opengles/
gl_context.h
113
EYE
= 0x0040,
136
vec4_t
eye
;
member in union:android::gl::vertex_t::__anon14408
289
vec4_t position; // position in
eye
space
Completed in 311 milliseconds