Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp475 } etc2Formats[] = in init() local
500 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init()
502 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init()
512 etc2Formats[formatNdx].format, in init()
Des3fTextureFormatTests.cpp1464 } etc2Formats[] = in init() local
1478 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init()
1480 string descriptionBase = etc2Formats[formatNdx].descriptionBase; in init()
1481 string nameBase = etc2Formats[formatNdx].nameBase; in init()
1483 … "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].form… in init()
1484 …e_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].form… in init()
1485 …"_2d_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].form… in init()
1486 …e_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].form… in init()