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

  /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:__anon276
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon12904
  /external/libdrm/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon14615
  /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:__anon38414
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
mga_drm.h 139 unsigned int fcol; member in struct:__anon40207
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 76 short fcol; /* first col */ member in struct:fieldnode
  /external/skia/tests/
PathOpsBuilderConicTest.cpp 70 int fCol;
107 if (col == oneOff.fCol && row == oneOff.fRow && rot == oneOff.fRot
124 setupOne(reporter, oneOff.fCol, oneOff.fRow, oneOff.fRot, oneOff.fTrial);
    [all...]

Completed in 365 milliseconds