Searched defs:m_depthStencilFmt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp448 , m_depthStencilFmt (depthStencilFmt)
457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt);
463 tcu::TextureFormat depthStencilFmt = m_depthStencilFmt != GL_NONE ? glu::mapGLInternalFormat(m_depthStencilFmt) : tcu::TextureFormat();
481 if (m_depthStencilFmt != GL_NONE)
485 glRenderbufferStorage (GL_RENDERBUFFER, m_depthStencilFmt, getWidth(), getHeight());
550 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateFboRenderCase
560 , m_depthStencilFmt (depthStencilFmt)
570 if (m_depthStencilFmt !
666 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateFboUnbindReadCase
804 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateFboUnbindBlitCase
906 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateSubFboRenderCase
1045 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateSubFboUnbindReadCase
1189 deUint32 m_depthStencilFmt; member in class:deqp::gles3::Functional::InvalidateSubFboUnbindBlitCase
[all...]

Completed in 40 milliseconds