Home | History | Annotate | Download | only in functional

Lines Matching refs:genHints

2427 genHints[] =
2530 for (int hint = 0; hint < DE_LENGTH_OF_ARRAY(genHints); hint++)
2538 name << "_" << genHints[hint].name;
2541 formats[format].format, formats[format].dataType, genHints[hint].hint,
2604 for (int hint = 0; hint < DE_LENGTH_OF_ARRAY(genHints); hint++)
2608 << "_" << genHints[hint].name;
2610 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));