Lines Matching defs:formatNdx

3589 		for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3591 const char* fmtName = colorFormats[formatNdx].name;
3592 deUint32 format = colorFormats[formatNdx].internalFormat;
3612 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3616 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));
3622 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3625 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3740 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3742 const string fmtName = colorFormats[formatNdx].name;
3743 const deUint32 format = colorFormats[formatNdx].internalFormat;
3806 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3808 const char* fmtName = colorFormats[formatNdx].name;
3809 deUint32 format = colorFormats[formatNdx].internalFormat;
3823 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(unsizedFormats); formatNdx++)
3825 const char* fmtName = unsizedFormats[formatNdx].name;
3826 deUint32 format = unsizedFormats[formatNdx].format;
3827 deUint32 dataType = unsizedFormats[formatNdx].dataType;
4081 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4083 const char* fmtName = colorFormats[formatNdx].name;
4084 deUint32 format = colorFormats[formatNdx].internalFormat;
4178 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4180 const string fmtName = colorFormats[formatNdx].name;
4181 const deUint32 format = colorFormats[formatNdx].internalFormat;
4253 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4255 const char* fmtName = colorFormats[formatNdx].name;
4256 deUint32 format = colorFormats[formatNdx].internalFormat;
4468 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4470 const char* fmtName = colorFormats[formatNdx].name;
4471 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4483 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4485 const char* fmtName = depthStencilFormats[formatNdx].name;
4486 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;
4565 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4567 const char* fmtName = colorFormats[formatNdx].name;
4568 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4583 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4585 const char* fmtName = depthStencilFormats[formatNdx].name;
4586 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;