HomeSort by relevance Sort by last modified time
    Searched full:fcol (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 450 GLfloat fcol; local
455 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1);
456 i0 = IFLOOR(fcol);
460 fcol = CLAMP(coord, 0.5F, max - 0.5F);
461 fcol -= 0.5F;
462 i0 = IFLOOR(fcol);
468 fcol = CLAMP(coord, -0.5F, max + 0.5F);
469 fcol -= 0.5F;
470 i0 = IFLOOR(fcol);
476 fcol = 0.0F
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 450 GLfloat fcol; local
455 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1);
456 i0 = IFLOOR(fcol);
460 fcol = CLAMP(coord, 0.5F, max - 0.5F);
461 fcol -= 0.5F;
462 i0 = IFLOOR(fcol);
468 fcol = CLAMP(coord, -0.5F, max + 0.5F);
469 fcol -= 0.5F;
470 i0 = IFLOOR(fcol);
476 fcol = 0.0F
    [all...]
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 100 unsigned int fcol; member in struct:__anon231
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon26608
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 137 unsigned int fcol; member in struct:__anon39971
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon45667
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon47403
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode

Completed in 413 milliseconds