Searched refs:sextant (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp172 << " mediump int sextant = int(H);"
173 << " mediump float fract = H - float(sextant);"
177 << " if (sextant == 0) res = vec3(v, mid1, m);"
178 << " else if (sextant == 1) res = vec3(mid2, v, m);"
179 << " else if (sextant == 2) res = vec3(m, v, mid1);"
180 << " else if (sextant == 3) res = vec3(m, mid2, v);"
181 << " else if (sextant == 4) res = vec3(mid1, m, v);"
195 int sextant = int(H);
196 float fract = H - float(sextant);
200 if (sextant
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawColor.cpp72 int sextant = SkScalarFloorToInt(hue / 60); local
73 SkScalar fraction = hue / 60 - SkIntToScalar(sextant);
78 switch (sextant % 6) {
/external/skia/src/animator/
H A DSkDrawColor.cpp72 int sextant = SkScalarFloorToInt(hue / 60); local
73 SkScalar fraction = hue / 60 - SkIntToScalar(sextant);
78 switch (sextant % 6) {

Completed in 180 milliseconds