• Home
  • Raw
  • Download

Lines Matching refs:componentNdx

1539 …lBufferAccess& access, const tcu::IVec4& area, int& floodCounter, int componentNdx, const tcu::IVe…
1540 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& messageLi…
1541 …tcu::IVec2 getNumMinimaMaxima (const tcu::ConstPixelBufferAccess& access, int componentNdx) c…
1542 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& floodCoun…
2187 …Access& access, const tcu::IVec4& area, int& messageLimitCounter, int componentNdx, const tcu::IVe… in checkAreaNumLines() argument
2191 const tcu::IVec2 numMinimaMaxima = getNumMinimaMaxima(subAccess, componentNdx); in checkAreaNumLines()
2217 …eRenderCase::getNumMinimaMaxima (const tcu::ConstPixelBufferAccess& access, int componentNdx) const in getNumMinimaMaxima()
2229 const int componentValue = access.getPixelInt(x, y)[componentNdx]; in getNumMinimaMaxima()
2274 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& messageLi… in checkLineContinuity() argument
2284 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineContinuity()
2295 …), cursorNeighborPos.y())[componentNdx] == 0) && (access.getPixelInt(cursorNeighborNeg.x(), cursor… in checkLineContinuity()
2321 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& messageLi… in checkLineWidths() argument
2337 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0) in checkLineWidths()
2347 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2358 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineWidths()
2403 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2488 …int& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodC…
2489 …tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const;
3098 const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel in verifyNarrowPointPattern() local
3108 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern()
3163 const int componentNdx = (refPoint.even) ? (1) : (2); in verifyWidePoint() local
3181 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3182 …return verifyWidePointAt(pointPos, viewport, refPoint, verificationArea, pointType, componentNdx, … in verifyWidePoint()
3198 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3199 …return verifyWidePointAt(testPos, viewport, refPoint, verificationArea, pointType, componentNdx, l… in verifyWidePoint()
3221 …int& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodC… in verifyWidePointAt() argument
3248 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3254 …ush_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx)); in verifyWidePointAt()
3285 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3291 …ush_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx)); in verifyWidePointAt()
3346 … tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const in scanPointWidthAt()
3354 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
3365 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
4532 for (int componentNdx = 0; componentNdx < 4; ++componentNdx) in renderTo() local
4534 … bboxMin[componentNdx] = de::min(bboxMin[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()
4535 … bboxMax[componentNdx] = de::max(bboxMax[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()