Searched defs:perspective (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dvertex.cpp54 void perspective(ogles_context_t* c, vertex_t* v, uint32_t enables) function in namespace:android
102 // if the vertex is clipped, we don't do the perspective
104 perspective(c, v, enables);
137 perspective(c, v, c->rasterizer.state.enables);
H A Darray.cpp960 c->arrays.perspective(c, v);
977 c->arrays.perspective(c, v);
1016 //c->arrays.perspective(c, v);
1091 GLboolean perspective = local
1092 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS);
1093 c->rasterizer.procs.enableDisable(c, GGL_W_LERP, perspective);
H A Dcontext.h220 void (*perspective)(ogles_context_t*c, vertex_t* v); member in struct:android::gl::array_machine_t
628 uint32_t perspective : 1; member in struct:android::gl::ogles_context_t

Completed in 234 milliseconds