Searched refs:m_fboType (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp375 const FrameBufferType m_fboType; member in class:deqp::gles2::Stress::__anon19970::FramebufferRenderCase
384 , m_fboType (fboType)
388 DE_ASSERT(m_fboType < FBO_LAST);
401 if (m_fboType == FBO_RGBA_FLOAT16)
413 if (m_fboType == FBO_DEFAULT)
427 switch (m_fboType)
1320 tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8));
1514 tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8));
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp385 const FrameBufferType m_fboType; member in class:deqp::gles3::Stress::__anon20254::FramebufferRenderCase
394 , m_fboType (fboType)
398 DE_ASSERT(m_fboType < FBO_LAST);
411 if (m_fboType == FBO_RGBA_FLOAT16)
417 else if (m_fboType == FBO_RGBA_FLOAT32)
427 if (m_fboType == FBO_DEFAULT)
437 switch (m_fboType)
1683 tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType == FBO_RGBA_FLOAT16 || m_fboType == FBO_RGBA_FLOAT32) ? (tcu::TextureFormat::FLOAT) : (tcu::TextureFormat::UNORM_INT8));
1882 tcu::TextureFormat textureFormat (tcu::TextureFormat::RGBA, (m_fboType
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp572 , m_fboType (ctx, "framebuffer",
578 , m_texFboAtt (ctx, m_textureType, m_fboType)
581 , m_rboFboAtt (ctx, m_rboType, m_fboType)
589 &m_bufferType, &m_textureType, &m_rboType, &m_fboType, &m_shaderType, &m_programType
H A DglsLifetimeTests.hpp367 SimpleType m_fboType; member in class:deqp::gls::LifetimeTests::details::ES2Types

Completed in 243 milliseconds