Lines Matching refs:Texture2D
105 Texture2D::Texture2D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, … in Texture2D() function in glu::Texture2D
117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() function in glu::Texture2D
129 Texture2D::Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, … in Texture2D() function in glu::Texture2D
155 Texture2D::~Texture2D (void) in ~Texture2D()
161 void Texture2D::upload (void) in upload()
187 void Texture2D::loadCompressed (int numLevels, const tcu::CompressedTexture* levels, const tcu::Tex… in loadCompressed()
214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const t… in create()
233 …Texture2D* texture = new Texture2D(context, isRGBA ? GL_RGBA : GL_RGB, GL_UNSIGNED_BYTE, level.ge… in create()
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()
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]); in create()