Searched refs:m_fboType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 385 const FrameBufferType m_fboType; member in deqp::gles3::Stress::__anon1d6cc7340111::FramebufferRenderCase 394 , m_fboType (fboType) in FramebufferRenderCase() 398 DE_ASSERT(m_fboType < FBO_LAST); in FramebufferRenderCase() 411 if (m_fboType == FBO_RGBA_FLOAT16) in init() 417 else if (m_fboType == FBO_RGBA_FLOAT32) in init() 427 if (m_fboType == FBO_DEFAULT) in init() 437 switch (m_fboType) in init() 1683 …xtureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16 || m_fboType … in testFBO() 1882 …ureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16 || m_fboType … in testFBO()
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 375 const FrameBufferType m_fboType; member in deqp::gles2::Stress::__anon1d06e4520111::FramebufferRenderCase 384 , m_fboType (fboType) in FramebufferRenderCase() 388 DE_ASSERT(m_fboType < FBO_LAST); in FramebufferRenderCase() 401 if (m_fboType == FBO_RGBA_FLOAT16) in init() 413 if (m_fboType == FBO_DEFAULT) in init() 427 switch (m_fboType) in init() 1320 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (tc… in testFBO() 1514 …tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (… in testFBO()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 737 , m_fboType (ctx, "framebuffer", in ES2Types() 743 , m_texFboAtt (ctx, m_textureType, m_fboType) in ES2Types() 746 , m_rboFboAtt (ctx, m_rboType, m_fboType) in ES2Types() 754 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType in ES2Types()
|
D | glsLifetimeTests.hpp | 367 SimpleType m_fboType; member in deqp::gls::LifetimeTests::details::ES2Types
|