Searched refs:m_attachmentSpec (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp447 const FboSpec m_attachmentSpec; member in class:deqp::gles31::Functional::__anon20264::AttachmentInteractionCase
459 , m_attachmentSpec (attachmentSpec)
478 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, m_attachmentSpec.samples, GL_RGBA8, m_attachmentSpec.width, m_attachmentSpec.height);
481 log << TestLog::Message << "Verifying " << m_attachmentSpec.width << "x" << m_attachmentSpec.height << " framebuffer with " << m_attachmentSpec.samples << "x multisampling"
484 if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentSpec
[all...]

Completed in 894 milliseconds