Home | History | Annotate | Download | only in common

Lines Matching defs:textureFormat

107 	TextureFormat	textureFormat;
114 textureFormat = TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
116 textureFormat = TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8);
122 dst.setStorage(textureFormat, width, height);
135 static int textureFormatToPNGFormat (const TextureFormat& format)
137 if (format == TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8))
139 else if (format == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))