Searched refs:CLIP_ALL (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp541 c->arrays.cull = vertex_t::CLIP_ALL;
549 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
566 c->arrays.cull = vertex_t::CLIP_ALL;
587 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
595 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
609 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
626 c->arrays.cull = vertex_t::CLIP_ALL;
635 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
656 c->arrays.cull = vertex_t::CLIP_ALL;
681 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
[all...]
H A Dprimitives.cpp541 if (ggl_unlikely((v0->flags | v1->flags) & vertex_t::CLIP_ALL)) {
577 uint32_t cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL;
853 uint32_t all_cc = (v0->flags | v1->flags | v2->flags) & vertex_t::CLIP_ALL;
1035 const uint32_t all_cc = (s->flags | p->flags) & vertex_t::CLIP_ALL;
H A Dvertex.cpp89 uint32_t clip = v->flags & vertex_t::CLIP_ALL;
H A Dcontext.h128 CLIP_ALL = 0x3F3F, enumerator in enum:android::gl::vertex_t::__anon1464

Completed in 37 milliseconds