- cinder::gl::TextureBase
- cinder::gl::Texture2d
Show All |
Public Member Functions
Static Public Member Functions
Protected Member Functions
-
Texture2d (int width, int height, Format format=Format())
-
Texture2d (const void *data, GLenum dataFormat, int width, int height, Format format=Format())
-
Texture2d (const Surface8u &surface, Format format=Format())
-
Texture2d (const Surface16u &surface, Format format=Format())
-
Texture2d (const Surface32f &surface, Format format=Format())
-
Texture2d (const Channel8u &channel, Format format=Format())
-
Texture2d (const Channel16u &channel, Format format=Format())
-
Texture2d (const Channel32f &channel, Format format=Format())
-
Texture2d (const ImageSourceRef &imageSource, Format format=Format())
-
Texture2d (GLenum target, GLuint textureId, int width, int height, bool doNotDispose)
-
Texture2d (const TextureData &data, Format format)
-
voidprintDims (std::ostream &os) const override
-
voidinitParams (Format &format, GLint defaultInternalFormat, GLint defaultDataType)
-
voidinitMaxMipmapLevel ()
-
voidsetData (const SurfaceT< T > &surface, bool createStorage, int mipLevel, const ivec2 &offset)
-
voidsetData (const ChannelT< T > &channel, bool createStorage, int mipLevel, const ivec2 &offset)
-
voidinitData (const void *data, GLenum dataFormat, const Format &format)
-
voidinitData (const ImageSourceRef &imageSource, const Format &format)
-
voidinitDataImageSourceWithPboImpl (const ImageSourceRef &imageSource, const Format &format, GLint dataFormat, GLint dataType, ImageIo::ChannelOrder channelOrder, bool isGray, const PboRef &pbo)
-
voidinitDataImageSourceImpl (const ImageSourceRef &imageSource, const Format &format, GLint dataFormat, GLint dataType, ImageIo::ChannelOrder channelOrder, bool isGray)
-
voidinitParams (Format &format, GLint defaultInternalFormat, GLint defaultDataType)