Searched refs:m_fboInternalFormat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 138 const glw::GLenum m_fboInternalFormat; member in deqp::gles3::Functional::__anon3ae4c6640111::BaseRenderingCase 156 , m_fboInternalFormat (GL_RGBA8) in BaseRenderingCase() 157 …_context.getRenderTarget().getPixelFormat()) : (getInternalFormatPixelFormat(m_fboInternalFormat))) in BaseRenderingCase() 189 gl.getInternalformativ(GL_RENDERBUFFER, m_fboInternalFormat, GL_SAMPLES, 1, &maxSampleCount); in init() 227 gl.texStorage2D(GL_TEXTURE_2D, 1, m_fboInternalFormat, m_renderSize, m_renderSize); in init() 246 gl.renderbufferStorage(GL_RENDERBUFFER, m_fboInternalFormat, m_renderSize, m_renderSize); in init() 248 …gl.renderbufferStorageMultisample(GL_RENDERBUFFER, msaaTargetSamples, m_fboInternalFormat, m_rende… in init()
|