Searched refs:otherParams (Results 1 – 2 of 2) sorted by relevance
456 final JavaType[] otherParams = other._params; in equals() local459 if (len == otherParams.length) { in equals()461 if (!_params[i].equals(otherParams[i])) { in equals()
8899 auto otherParams = testParams; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local8900 otherParams.params.dst.image.fillMode = FILL_MODE_WHITE; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()8904 otherParams.params.src.image.fillMode = modeList[i].mode; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()8906 otherParams.params.filter = VK_FILTER_LINEAR; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()8907 …tCase(testCtx, testName + "_linear_stripes_" + modeList[i].name, description, otherParams.params)); in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()8909 otherParams.params.filter = VK_FILTER_NEAREST; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()8910 …Case(testCtx, testName + "_nearest_stripes_" + modeList[i].name, description, otherParams.params)); in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()