Searched refs:refStencil (Results 1 – 2 of 2) sorted by relevance
946 …const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.… in iterate() local952 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()957 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
864 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare() local867 bool isStencilOk = (refStencil == cmpStencil); in dsThresholdCompare()