Home
last modified time | relevance | path

Searched refs:otherParams (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBindings.java456 final JavaType[] otherParams = other._params; in equals() local
459 if (len == otherParams.length) { in equals()
461 if (!_params[i].equals(otherParams[i])) { in equals()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp8899 auto otherParams = testParams; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
8900 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()