Home | History | Annotate | Download | only in libagl

Lines Matching full:cull_triangle

47 static inline bool cull_triangle(ogles_context_t* c,
585 if (cull_triangle(c, v0, v1, v2))
826 bool cull_triangle(ogles_context_t* c, vertex_t* /*v0*/, vertex_t* /*v1*/, vertex_t* /*v2*/)
1024 if (cull_triangle(c, p0, p1, p2)) {