Home | History | Annotate | Download | only in libagl

Lines Matching full:cull_triangle

47 static inline bool cull_triangle(ogles_context_t* c,
586 if (cull_triangle(c, v0, v1, v2))
827 bool cull_triangle(ogles_context_t* c, vertex_t* /*v0*/, vertex_t* /*v1*/, vertex_t* /*v2*/)
1025 if (cull_triangle(c, p0, p1, p2)) {