Lines Matching defs:m_format
170 const deUint32 m_format;
211 , m_format (format)
231 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
232 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
421 const deUint32 m_format;
463 , m_format (format)
485 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
491 m_gradientTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size);
492 m_gridTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size);
712 const deUint32 m_format;
756 , m_format (format)
777 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
784 m_gradientTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);
785 m_gridTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);