HomeSort by relevance Sort by last modified time
    Searched defs:col0 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /external/opencv3/samples/cpp/
tvl1_optical_flow.cpp 71 const float col0 = colorWheel[k0][b] / 255.f; local
74 float col = (1 - f) * col0 + f * col1;
  /external/opencv3/samples/gpu/
optical_flow.cpp 73 const float col0 = colorWheel[k0][b] / 255.0f; local
76 float col = (1 - f) * col0 + f * col1;
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 1560 GLuint col0[4]; local
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 893 int col0 = 0; local
902 col0++;
910 col0++;
917 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) {

Completed in 475 milliseconds