Home | History | Annotate | Download | only in functional

Lines Matching defs:m_format

84 	const deUint32			m_format;
96 , m_format (format)
113 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
117 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
123 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
224 const deUint32 m_format;
240 , m_format (format)
259 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
264 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType);
266 fmtName << getTextureFormatStr(m_format);
274 ? new TextureCube(m_renderCtx, m_format, m_dataType, m_width) // Implicit internal format.
275 : new TextureCube(m_renderCtx, m_format, m_width); // Explicit internal format.