Lines Matching refs:getPixelInt
2229 const int componentValue = access.getPixelInt(x, y)[componentNdx];
2284 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0);
2295 if ((access.getPixelInt(cursorNeighborPos.x(), cursorNeighborPos.y())[componentNdx] == 0) && (access.getPixelInt(cursorNeighborNeg.x(), cursorNeighborNeg.y())[componentNdx] == 0))
2337 if (access.getPixelInt(begin.x(), begin.y())[componentNdx] != 0)
2347 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0)
2358 const bool hit = (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0);
2403 else if (access.getPixelInt(cursor.x(), cursor.y())[componentNdx] != 0)
4598 if (withoutBBox.getPixelInt(x, y) != withBBox.getPixelInt(x, y))
4631 const tcu::IVec4 pixel = result.getPixelInt(x, y);
4994 const tcu::IVec4 pixel = result.getPixelInt(x, y);