Home
last modified time | relevance | path

Searched refs:colorFmtNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp1556 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() local
1559 …if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTY… in init()
1564 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1572 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() local
1578 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || in init()
1579 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT || in init()
1580 colorFormats[colorFmtNdx].format == GL_RGBA32F || in init()
1581 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
1582 colorFormats[colorFmtNdx].format == GL_RG32F || in init()
1583 colorFormats[colorFmtNdx].format == GL_R32F) in init()
[all …]