Home | History | Annotate | Download | only in functional

Lines Matching defs:m_format

519 		, m_format	(format)
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
536 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
542 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
566 const deUint32 m_format;
574 , m_format (format)
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
591 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
604 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
652 const deUint32 m_format;
660 , m_format (format)
675 tcu::TextureCube texData (glu::mapGLInternalFormat(m_format), size);
678 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
692 gl.texStorage2D(GL_TEXTURE_CUBE_MAP, 1, m_format, size, size);
741 const deUint32 m_format;
749 , m_format (format)
765 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
771 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
798 const deUint32 m_format;
806 , m_format (format)
823 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
829 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
872 const deUint32 m_format;
880 , m_format (format)
893 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
897 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
905 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
931 const deUint32 m_format;
939 , m_format (format)
955 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), levelWidth, levelHeight);
959 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
967 gl.texStorage2D(GL_TEXTURE_2D, deLog2Floor32(de::max(width, height))+1, m_format, width, height);
992 const deUint32 m_format;