Searched refs:potFilenames (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureWrapTests.cpp | 311 std::vector<std::string> potFilenames; local 312 potFilenames.push_back("data/etc1/photo_helsinki_mip_0.pkm"); 323 potFilenames));
|
H A D | es2fTextureFormatTests.cpp | 684 vector<string> potFilenames; local 687 potFilenames.push_back(string("data/etc1/skybox_") + faceExt[face] + "_mip_" + de::toString(level) + ".pkm"); 689 addChild(new CompressedCubeFormatCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_cube_pot", "GL_ETC1_RGB8_OES, GL_TEXTURE_CUBE_MAP", potFilenames));
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureWrapTests.cpp | 434 std::vector<std::string> potFilenames; local 435 potFilenames.push_back("data/etc1/photo_helsinki_mip_0.pkm"); 446 potFilenames));
|
H A D | es3fTextureFormatTests.cpp | 1443 vector<string> potFilenames; local 1446 potFilenames.push_back(string("data/etc1/skybox_") + faceExt[face] + "_mip_" + de::toString(level) + ".pkm"); 1448 compressedGroup->addChild(new TextureCubeFileCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), "etc1_cube_pot", "GL_ETC1_RGB8_OES, GL_TEXTURE_CUBE_MAP", potFilenames));
|
Completed in 609 milliseconds