• Home
  • Raw
  • Download

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()
288 ImmutableTexture2D::ImmutableTexture2D (const RenderContext& context, deUint32 sizedFormat, int wid… in ImmutableTexture2D() argument
289 : Texture2D(context, sizedFormat, width, height) in ImmutableTexture2D()
486 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() argument
488 , m_format (sizedFormat) in Texture1DArray()
489 , m_refTexture (mapGLInternalFormat(sizedFormat), width, numLevels) in Texture1DArray()
542 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture2DArray() argument
545 , m_format (sizedFormat) in Texture2DArray()
546 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height, numLevels) in Texture2DArray()
658 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, in… in Texture3D() argument
661 , m_format (sizedFormat) in Texture3D()
662 , m_refTexture (mapGLInternalFormat(sizedFormat), width, height, depth) in Texture3D()
782 TextureCubeArray::TextureCubeArray (const RenderContext& context, deUint32 sizedFormat, int size, i… in TextureCubeArray() argument
784 , m_format (sizedFormat) in TextureCubeArray()
785 , m_refTexture (mapGLInternalFormat(sizedFormat), size, numLayers) in TextureCubeArray()