Lines Matching refs:formatNdx

3461 		for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3463 const char* fmtName = colorFormats[formatNdx].name;
3464 deUint32 format = colorFormats[formatNdx].internalFormat;
3484 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3488 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));
3494 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3497 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3612 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3614 const string fmtName = colorFormats[formatNdx].name;
3615 const deUint32 format = colorFormats[formatNdx].internalFormat;
3678 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3680 const char* fmtName = colorFormats[formatNdx].name;
3681 deUint32 format = colorFormats[formatNdx].internalFormat;
3695 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(unsizedFormats); formatNdx++)
3697 const char* fmtName = unsizedFormats[formatNdx].name;
3698 deUint32 format = unsizedFormats[formatNdx].format;
3699 deUint32 dataType = unsizedFormats[formatNdx].dataType;
3950 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3952 const char* fmtName = colorFormats[formatNdx].name;
3953 deUint32 format = colorFormats[formatNdx].internalFormat;
4047 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4049 const string fmtName = colorFormats[formatNdx].name;
4050 const deUint32 format = colorFormats[formatNdx].internalFormat;
4122 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4124 const char* fmtName = colorFormats[formatNdx].name;
4125 deUint32 format = colorFormats[formatNdx].internalFormat;
4337 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4339 const char* fmtName = colorFormats[formatNdx].name;
4340 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4352 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4354 const char* fmtName = depthStencilFormats[formatNdx].name;
4355 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;
4434 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4436 const char* fmtName = colorFormats[formatNdx].name;
4437 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4452 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4454 const char* fmtName = depthStencilFormats[formatNdx].name;
4455 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;