• Home
  • Raw
  • Download

Lines Matching refs:contextInfo

129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, …  in Texture2D()  argument
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D()
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument
269 return new Texture2D(context, contextInfo, numLevels, &levels[0]); in create()
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create() argument
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]); in create()
322 TextureCube::TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLeve… in TextureCube() argument
333 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube()
439 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create() argument
455 return new TextureCube(context, contextInfo, numLevels, &levels[0]); in create()
461 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, con… in create() argument
470 return TextureCube::create(context, contextInfo, archive, numLevels, &charPtrs[0]); in create()
555 Texture2DArray::Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int n… in Texture2DArray() argument
564 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2DArray()
672 const ContextInfo& contextInfo, in Texture3D() argument
684 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture3D()