Searched defs:cull_triangle (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp47 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) function in namespace:android
1024 if (cull_triangle(c, p0, p1, p2)) {

Completed in 20 milliseconds