Home | History | Annotate | Download | only in functional

Lines Matching refs:genHints

1110 	} genHints[] =
1186 for (int hint = 0; hint < DE_LENGTH_OF_ARRAY(genHints); hint++)
1194 name << "_" << genHints[hint].name;
1197 formats[format].format, formats[format].dataType, genHints[hint].hint,
1243 for (int hint = 0; hint < DE_LENGTH_OF_ARRAY(genHints); hint++)
1247 << "_" << genHints[hint].name;
1249 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));