Searched refs:etc2Formats (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp133 } etc2Formats[] = local
159 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++)
161 const string formatStr = de::toString(getFormatStr(etc2Formats[formatNdx].format));
165 testParameters.format = etc2Formats[formatNdx].format;
/external/deqp/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp475 } etc2Formats[] = local
500 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++)
502 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, "");
512 etc2Formats[formatNdx].format,
H A Des3fTextureFormatTests.cpp1501 } etc2Formats[] = local
1515 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(etc2Formats); formatNdx++)
1517 string descriptionBase = etc2Formats[formatNdx].descriptionBase;
1518 string nameBase = etc2Formats[formatNdx].nameBase;
1520 compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].format, 1, 128, 64));
1521 compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 64, 64));
1522 compressedGroup->addChild(new Compressed2DFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_2d_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), etc2Formats[formatNdx].format, 1, 51, 65));
1523 compressedGroup->addChild(new CompressedCubeFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), etc2Formats[formatNdx].format, 1, 51, 51));

Completed in 152 milliseconds