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

/frameworks/native/opengl/libagl/
H A Darray.cpp545 c->arrays.cull = vertex_t::CLIP_ALL;
553 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
570 c->arrays.cull = vertex_t::CLIP_ALL;
591 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
599 c->arrays.cull = v0->flags & vertex_t::CLIP_ALL;
613 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
630 c->arrays.cull = vertex_t::CLIP_ALL;
639 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
660 c->arrays.cull = vertex_t::CLIP_ALL;
685 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::__anon1358

Completed in 83 milliseconds