Searched refs:requiredColorformats (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fRboStateQueryTests.cpp | 165 const GLenum requiredColorformats[] = in test() local 170 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorformats); ++ndx) in test() 172 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorformats[ndx], 1, 1); in test() 175 …checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT, requiredColorformats[ndx… in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 181 const GLenum requiredColorformats[] = in test() local 189 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorformats); ++ndx) in test() 191 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorformats[ndx], 128, 128); in test() 194 …checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT, requiredColorformats[ndx… in test()
|
D | es3fFboStateQueryTests.cpp | 503 } requiredColorformats[] = in test() local 535 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorformats); ++ndx) in test() 537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat; in test() 548 … *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE, requiredColorformats[ndx].compon… in test()
|