Home | History | Annotate | Download | only in functional

Lines Matching refs:formats

2407 	} formats[] =
2522 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
2529 name << formats[format].name;
2537 formats[format].format, formats[format].dataType, genHints[hint].hint,
2598 for (int format = 0; format < DE_LENGTH_OF_ARRAY(formats); format++)
2603 name << formats[format].name
2606 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize));