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

  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 385 GLint maxSum = -1; /* small enough */
426 if (maxSum < sum) {
427 maxSum = sum;
665 GLint maxSum;
677 maxSum = -1; /* small enough */
687 if (maxSum < sum) {
688 maxSum = sum;
700 maxSum = -1; /* small enough */
710 if (maxSum < sum) {
711 maxSum = sum
    [all...]
  /external/skia/gm/
aaxfermodes.cpp 206 int maxSum = SkTMax(SkTMax(SkColorGetA(kBGColor) + SkColorGetA(color),
211 if (maxSum > 255) {
217 dimPaint.setARGB(255 * 255 / maxSum, 0, 0, 0);
218 paint->setAlpha(255 * paint->getAlpha() / maxSum);

Completed in 485 milliseconds