HomeSort by relevance Sort by last modified time
    Searched refs:CLIP_ALL (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libagl/
array.cpp 541 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...]
primitives.cpp 541 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;
    [all...]
vertex.cpp 89 uint32_t clip = v->flags & vertex_t::CLIP_ALL;
context.h 128 CLIP_ALL = 0x3F3F,

Completed in 50 milliseconds