Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboRenderTest.cpp1558 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() local
1561 …if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTY… in init()
1566 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1574 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() local
1580 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || in init()
1581 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT || in init()
1582 colorFormats[colorFmtNdx].format == GL_RGBA32F || in init()
1583 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
1584 colorFormats[colorFmtNdx].format == GL_RG32F || in init()
1585 colorFormats[colorFmtNdx].format == GL_R32F) in init()
[all …]