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

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

Completed in 207 milliseconds