Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp475 const FboSpec m_attachmentSpec; member in deqp::gles31::Functional::__anon30820::AttachmentInteractionCase
487 , m_attachmentSpec (attachmentSpec) in AttachmentInteractionCase()
506 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, m_attachmentSpec.samples, GL_RGBA8, m_attachmentSpec.width, m_attachmentSpec.height); in iterate()
509 log << TestLog::Message << "Verifying " << m_attachmentSpec.width << "x" << m_attachmentSpec.height << " framebuffer with " << m_attachmentSpec.samples << "x multisampling" in iterate()
512 if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentSpec in iterate()
[all...]

Completed in 1 milliseconds