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

  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 315 ConstPixelBufferAccess refAccess = refFiltered.getAccess();
322 const float err0 = compareToNeighbor<4>(params, rnd, readUnorm8<4>(refAccess, x, y), cmpAccess, x, y);
323 const float err1 = compareToNeighbor<4>(params, rnd, readUnorm8<4>(cmpAccess, x, y), refAccess, x, y);
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 547 const ConstPixelBufferAccess& refAccess = reference.getLevel(0);
561 if ((level + 1) * 0.1f < refAccess.getPixDepth(x, y))
666 const ConstPixelBufferAccess& refAccess = reference.getLevel(0);
680 if (levelStencil < refAccess.getPixStencil(x, y))
    [all...]

Completed in 467 milliseconds