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.cpp962 c->arrays.perspective(c, v);
979 c->arrays.perspective(c, v);
1018 //c->arrays.perspective(c, v);
1093 GLboolean perspective = local
1094 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS);
1095 c->rasterizer.procs.enableDisable(c, GGL_W_LERP, perspective);
H A Dcontext.h219 void (*perspective)(ogles_context_t*c, vertex_t* v); member in struct:android::gl::array_machine_t
627 uint32_t perspective : 1; member in struct:android::gl::ogles_context_t

Completed in 328 milliseconds