Home | History | Annotate | Download | only in functional

Lines Matching defs:formatNdx

3472 		for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3474 const char* fmtName = colorFormats[formatNdx].name;
3475 deUint32 format = colorFormats[formatNdx].internalFormat;
3495 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3499 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, width, height));
3505 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1);
3508 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3623 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3625 const string fmtName = colorFormats[formatNdx].name;
3626 const deUint32 format = colorFormats[formatNdx].internalFormat;
3689 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3691 const char* fmtName = colorFormats[formatNdx].name;
3692 deUint32 format = colorFormats[formatNdx].internalFormat;
3706 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(unsizedFormats); formatNdx++)
3708 const char* fmtName = unsizedFormats[formatNdx].name;
3709 deUint32 format = unsizedFormats[formatNdx].format;
3710 deUint32 dataType = unsizedFormats[formatNdx].dataType;
3961 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
3963 const char* fmtName = colorFormats[formatNdx].name;
3964 deUint32 format = colorFormats[formatNdx].internalFormat;
4058 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4060 const string fmtName = colorFormats[formatNdx].name;
4061 const deUint32 format = colorFormats[formatNdx].internalFormat;
4133 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4135 const char* fmtName = colorFormats[formatNdx].name;
4136 deUint32 format = colorFormats[formatNdx].internalFormat;
4348 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4350 const char* fmtName = colorFormats[formatNdx].name;
4351 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4363 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4365 const char* fmtName = depthStencilFormats[formatNdx].name;
4366 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;
4445 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++)
4447 const char* fmtName = colorFormats[formatNdx].name;
4448 deUint32 internalFormat = colorFormats[formatNdx].internalFormat;
4463 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(depthStencilFormats); formatNdx++)
4465 const char* fmtName = depthStencilFormats[formatNdx].name;
4466 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat;