Lines Matching refs:sizedFormat
63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D() argument
65 , m_format (sizedFormat) in Texture1D()
66 , m_refTexture (mapGLInternalFormat(sizedFormat), width) in Texture1D()
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() argument
120 , m_format (sizedFormat) in Texture2D()
121 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height) in Texture2D()
452 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() argument
454 , m_format (sizedFormat) in Texture1DArray()
455 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels) in Texture1DArray()
508 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture2DArray() argument
511 , m_format (sizedFormat) in Texture2DArray()
512 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height, numLevels) in Texture2DArray()
624 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, in… in Texture3D() argument
627 , m_format (sizedFormat) in Texture3D()
628 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height, depth) in Texture3D()
748 TextureCubeArray::TextureCubeArray (const RenderContext& context, deUint32 sizedFormat, int size, i… in TextureCubeArray() argument
750 , m_format (sizedFormat) in TextureCubeArray()
751 , m_refTexture (mapGLInternalFormat(sizedFormat), size, numLayers) in TextureCubeArray()