Lines Matching defs:m_format
156 deUint32 m_format;
185 , m_format (format)
204 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
504 deUint32 m_format;
531 , m_format (format)
549 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size);
806 deUint32 m_format;
819 , m_format (format)
837 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
902 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));
940 deUint32 m_format;
952 , m_format (format)
972 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size);
1055 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType));