Home
last modified time | relevance | path

Searched refs:clipPlanes (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/libagl/
Dvertex.cpp119 int planes = c->clipPlanes.enable; in clipAllPerspective()
124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v); in clipAllPerspective()
172 vec4_t& equation = c->clipPlanes.plane[p].equation; in clipPlanex()
Dstate.cpp176 c->clipPlanes.enable &= ~(1<<(cap-GL_CLIP_PLANE0)); in enable_disable()
177 c->clipPlanes.enable |= (enabled<<(cap-GL_CLIP_PLANE0)); in enable_disable()
Dcontext.h617 user_clip_planes_t clipPlanes; member
Dmatrix.cpp99 c->arrays.perspective = (c->clipPlanes.enable) ? in validate_perspective()
103 if (c->clipPlanes.enable || (enables&GGL_ENABLE_FOG)) in validate_perspective()
Dprimitives.cpp901 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_triangle()
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation; in clip_line()
Darray.cpp1127 if (c->clipPlanes.enable || (enables & GGL_ENABLE_FOG)) { in validate_arrays()