Home | History | Annotate | Download | only in functional

Lines Matching refs:Texture2D

115 	de::MovePtr<glu::Texture2D>	createTexture			(glu::DataType samplerType, float redChannelValue, int binding);
492 de::MovePtr<glu::Texture2D
499 de::MovePtr<Texture2D> tex;
501 tex = de::MovePtr<Texture2D>(new Texture2D(m_renderCtx, format, 16, 16));
524 using glu::Texture2D;
526 typedef vector<Texture2D*> TextureList;