Searched refs:m_colorFormat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboMultisampleTests.cpp | 59 , m_colorFormat (colorFormat) in BasicFboMultisampleCase() 69 checkFormatSupport (m_colorFormat); in preCheck() 70 checkSampleCount (m_colorFormat, m_numSamples); in preCheck() 81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); in render() 107 … glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_colorFormat, m_size.x(), m_size.y()); in render() 229 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12))); in colorCompare() 243 deUint32 m_colorFormat; member in deqp::gles3::Functional::BasicFboMultisampleCase
|