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

  /frameworks/native/opengl/libagl/
array.cpp 486 if (ggl_likely(v->index == index)) {
498 if (ggl_likely(v[0].index == index)) {
504 if (ggl_likely(v[1].index == index)) {
549 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
587 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
604 if (ggl_likely(count >= 3)) {
609 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
635 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
681 if (ggl_likely(!(cc & vertex_t::CLIP_ALL)))
731 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))
    [all...]
TextureObjectManager.cpp 289 if (ggl_likely(refs == 1)) {
primitives.cpp 223 if (ggl_likely(c->arrays.vertex.enable)) {
443 if (ggl_likely(v0->flags & v1->flags & v2->flags & vertex_t::TT)) {
578 if (ggl_likely(!cc)) {
625 if (ggl_likely(enables & mask))
828 if (ggl_likely(c->cull.enable)) {
    [all...]
vertex.cpp 101 if (ggl_likely(!clip)) {
light.cpp 184 if (ggl_likely(x<=0x6800 && y<=0x6800 && z<= 0x6800)) {
205 if (ggl_likely(!c->lighting.enable)) {
351 if (ggl_likely(en)) {
texture.cpp 775 if (ggl_likely(c->rasterizer.state.enabled_tmu == 1)) {
    [all...]
  /system/core/libpixelflinger/
trap.cpp 121 if (ggl_likely(!c->dirty)) {
706 if (ggl_likely(ymin <= ymax && dx)) {
709 if (ggl_likely(y1 < ymin)) {
750 if (ggl_likely(xl < xr)) {
783 if (ggl_likely(num_edges==3)) {
891 if (ggl_likely(ymin <= ymax && dx)) {
897 if (ggl_likely(y1 < ymin)) {
    [all...]
clear.cpp 58 if (ggl_likely(int32_t(w) == stride)) {
picker.cpp 35 if (ggl_likely(!c->dirty))
fixed.cpp 192 if (ggl_likely(i)) {
scanline.cpp 400 if (ggl_likely(!err)) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 128 #define ggl_likely(x) __builtin_expect(!!(x), 1) macro

Completed in 668 milliseconds