Home
last modified time | relevance | path

Searched refs:wrapSNdx (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1370 for (int wrapSNdx = 0; wrapSNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapSNdx++) in init() local
1377 deUint32 wrapS = wrapModes[wrapSNdx].mode; in init()
1381 …rNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wra… in init()
1493 for (int wrapSNdx = 0; wrapSNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapSNdx++) in init() local
1500 deUint32 wrapS = wrapModes[wrapSNdx].mode; in init()
1504 …rNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wra… in init()
1606 for (int wrapSNdx = 0; wrapSNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapSNdx++) in init() local
1613 deUint32 wrapS = wrapModes[wrapSNdx].mode; in init()
1618 …rNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wra… in init()
1703 for (int wrapSNdx = 0; wrapSNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapSNdx++) in init() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp569 for (int wrapSNdx = 0; wrapSNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapSNdx++) in init() local
576 const deUint32 wrapS = wrapModes[wrapSNdx].mode; in init()
580 …rNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wra… in init()
Des31fTextureGatherTests.cpp2166 const int wrapSNdx = wrapCaseNdx; in init() local
2168 const tcu::Sampler::WrapMode wrapS = wrapModes[wrapSNdx].mode; in init()
2171 … const string caseName = string() + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()