Lines Matching refs:componentNdx

1423 …lBufferAccess& access, const tcu::IVec4& area, int& floodCounter, int componentNdx, const tcu::IVe…
1424 …tcu::IVec2 getNumMinimaMaxima (const tcu::ConstPixelBufferAccess& access, int componentNdx) c…
1425 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& floodCoun…
1968 …Access& access, const tcu::IVec4& area, int& messageLimitCounter, int componentNdx, const tcu::IVe… in checkAreaNumLines() argument
1972 const tcu::IVec2 numMinimaMaxima = getNumMinimaMaxima(subAccess, componentNdx); in checkAreaNumLines()
1998 …eRenderCase::getNumMinimaMaxima (const tcu::ConstPixelBufferAccess& access, int componentNdx) const in getNumMinimaMaxima()
2010 const int componentValue = access.getPixelInt(x, y)[componentNdx]; in getNumMinimaMaxima()
2055 …erAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int componentNdx, int& messageLi… in checkLineWidths() argument
2070 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0) in checkLineWidths()
2080 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2091 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0); in checkLineWidths()
2126 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0) in checkLineWidths()
2205 …int& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodC…
2206 …tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const;
2803 const int componentNdx = (refPoint.even) ? (1) : (2); // analyze either green or blue channel in verifyNarrowPointPattern() local
2813 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern()
2868 const int componentNdx = (refPoint.even) ? (1) : (2); in verifyWidePoint() local
2886 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
2887 …return verifyWidePointAt(pointPos, viewport, refPoint, verificationArea, pointType, componentNdx, … in verifyWidePoint()
2903 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
2904 …return verifyWidePointAt(testPos, viewport, refPoint, verificationArea, pointType, componentNdx, l… in verifyWidePoint()
2926 …int& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNdx, int& logFloodC… in verifyWidePointAt() argument
2953 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
2959 …ush_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx)); in verifyWidePointAt()
2990 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
2996 …ush_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx)); in verifyWidePointAt()
3051 … tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const in scanPointWidthAt()
3059 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
3070 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
4199 for (int componentNdx = 0; componentNdx < 4; ++componentNdx) in renderTo() local
4201 … bboxMin[componentNdx] = de::min(bboxMin[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()
4202 … bboxMax[componentNdx] = de::max(bboxMax[componentNdx], m_objectVertices[vertexNdx][componentNdx]); in renderTo()