Searched defs:formatNdx (Results 1 - 2 of 2) sorted by path

/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1556 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(texFormats); formatNdx++)
1558 const char* fmtName = texFormats[formatNdx].name;
1559 deUint32 format = texFormats[formatNdx].format;
1560 deUint32 dataType = texFormats[formatNdx].dataType;
1580 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(texFormats)-1); local
1584 randomTexImageGroup->addChild(new RandomOrderTexImage2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", texFormats[formatNdx].format, texFormats[formatNdx].dataType, MIPMAPS, width, height));
1590 int formatNdx local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp3472 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); local
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); local
3508 randomTexImageGroup->addChild(new RandomOrderTexImageCubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].internalFormat, size));
3623 for (int formatNdx
[all...]

Completed in 244 milliseconds