Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboInvalidateTests.cpp447 , m_colorFmt (colorFmt) in InvalidateFboRenderCase()
456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
462 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
479 glRenderbufferStorage (GL_RENDERBUFFER, m_colorFmt, getWidth(), getHeight()); in render()
549 deUint32 m_colorFmt; member in deqp::gles3::Functional::InvalidateFboRenderCase
559 , m_colorFmt (colorFmt) in InvalidateFboUnbindReadCase()
569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck()
575 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); in render()
593 …glTexImage2D (GL_TEXTURE_2D, 0, m_colorFmt, getWidth(), getHeight(), 0, transferFmt.format, transf… in render()
665 deUint32 m_colorFmt; member in deqp::gles3::Functional::InvalidateFboUnbindReadCase
[all …]