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

  /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:__anon6504
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 137 unsigned int fcol; member in struct:__anon19972
  /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:__anon25544
  /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:__anon27280
  /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
  /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...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 212 var fcol = getFilterColumns(serverData);
213 $scope.filterCols = fcol[0];
214 $scope.filterVals = fcol[1];
    [all...]

Completed in 359 milliseconds