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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btClipPolygon.h 56 btScalar blendfactor = -dist0/(dist1-dist0); local
57 bt_vec_blend(clipped[clipped_count],point0,point1,blendfactor);
gim_clip_polygon.h 63 GREAL blendfactor = -dist0/(dist1-dist0); local
64 VEC_BLEND(clipped[clipped_count],point0,point1,blendfactor);
  /system/core/libpixelflinger/
scanline.cpp 533 static inline int blendfactor(uint32_t x, uint32_t size, uint32_t def = 0) function in namespace:android
565 r->c[1] = blendfactor(dst->c[1], dst->s[1]);
566 r->c[2] = blendfactor(dst->c[2], dst->s[2]);
567 r->c[3] = blendfactor(dst->c[3], dst->s[3]);
568 r->c[0] = blendfactor(dst->c[0], dst->s[0]);
571 r->c[1] = blendfactor(src->c[1], src->s[1]);
572 r->c[2] = blendfactor(src->c[2], src->s[2]);
573 r->c[3] = blendfactor(src->c[3], src->s[3]);
574 r->c[0] = blendfactor(src->c[0], src->s[0]);
577 r->c[1] = FIXED_ONE - blendfactor(dst->c[1], dst->s[1])
    [all...]

Completed in 69 milliseconds