Home
last modified time | relevance | path

Searched refs:modeList (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dniash.c231 static SANE_String_Const modeList[] = { variable
742 pDesc->size = _MaxStringSize (modeList); in _InitOptions()
744 pDesc->constraint.string_list = modeList; in _InitOptions()
1038 modeList[s->aValues[optMode].w]); in sane_control_option()
1039 strcpy ((char *) pVal, modeList[s->aValues[optMode].w]); in sane_control_option()
/third_party/python/Lib/
H A Dcsv.py337 modeList = modes.items()
344 for k, v in modeList:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp14725 } modeList[] =
14735 for (int i = 0; i < DE_LENGTH_OF_ARRAY(modeList); ++i)
14737 otherParams.params.src.image.fillMode = modeList[i].mode;
14740 group->addChild(new BlitImageTestCase(testCtx, testName + "_linear_stripes_" + modeList[i].name, otherParams.params));
14743 group->addChild(new BlitImageTestCase(testCtx, testName + "_nearest_stripes_" + modeList[i].name, otherParams.params));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp12671 } modeList[] = in addBlittingImageAllFormatsColorSrcFormatDstFormatTests() local
12681 for (int i = 0; i < DE_LENGTH_OF_ARRAY(modeList); ++i) in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
12683 otherParams.params.src.image.fillMode = modeList[i].mode; in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
12686 group->addChild(new BlitImageTestCase(testCtx, testName + "_linear_stripes_" + modeList[i].name, description, otherParams.params)); in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()
12689 group->addChild(new BlitImageTestCase(testCtx, testName + "_nearest_stripes_" + modeList[i].name, description, otherParams.params)); in addBlittingImageAllFormatsColorSrcFormatDstFormatTests()

Completed in 42 milliseconds