Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fRboStateQueryTests.cpp165 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/
Des3fRboStateQueryTests.cpp181 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()
Des3fFboStateQueryTests.cpp503 } 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()