Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp390 static const uint32_t unorm16ColorFormats[] = {GL_R16, GL_RG16, GL_RGBA16}; in init() local
408 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(unorm16ColorFormats); ndx++) in init()
409 … tex2dGroup->addChild(new FboColorTex2DCase(m_context, getFormatName(unorm16ColorFormats[ndx]), "", in init()
410 unorm16ColorFormats[ndx], IVec2(128, 128))); in init()