Searched refs:modeList (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | niash.c | 231 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 D | csv.py | 337 modeList = modes.items() 344 for k, v in modeList:
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 14725 } 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 D | vktApiCopiesAndBlittingTests.cpp | 12671 } 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 63 milliseconds