Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp1372 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local
1378 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()
1381 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()
1495 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local
1501 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()
1504 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()
1608 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local
1614 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()
1618 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()
1705 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp571 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local
577 const deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()
580 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()
Des31fTextureGatherTests.cpp2167 const int wrapTNdx = (wrapCaseNdx + 1) % DE_LENGTH_OF_ARRAY(wrapModes); in init() local
2169 const tcu::Sampler::WrapMode wrapT = wrapModes[wrapTNdx].mode; in init()
2171 … const string caseName = string() + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()