Searched refs:etc2Formats (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 510 } etc2Formats[] = in init() local 535 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init() 537 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); in init() 553 etc2Formats[formatNdx].format, in init()
|
D | es3fTextureFormatTests.cpp | 1505 } etc2Formats[] = in init() local 1519 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++) in init() 1521 string descriptionBase = etc2Formats[formatNdx].descriptionBase; in init() 1522 string nameBase = etc2Formats[formatNdx].nameBase; in init() 1524 … "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].form… in init() 1525 …e_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].form… in init() 1526 …"_2d_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].form… in init() 1527 …e_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].form… in init()
|