Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fRboStateQueryTests.cpp204 } requiredColorFormats[] = in test() local
211 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorFormats); ++ndx) in test()
213 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorFormats[ndx].internalFormat, 1, 1); in test()
216 …_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFo… in test()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp222 } requiredColorFormats[] = in test() local
254 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorFormats); ++ndx) in test()
256 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorFormats[ndx].internalFormat, 128, 128); in test()
259 …_testCtx, *this, requiredColorFormats[ndx].bitsR, requiredColorFormats[ndx].bitsG, requiredColorFo… in test()