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 545 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...]
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 52 milliseconds