Searched defs:FormatDesc (Results 1 – 6 of 6) sorted by relevance
25 in_fmts: Vec<FormatDesc>, in new()26 out_fmts: Vec<FormatDesc>, in new()38 pub fn input_formats(&self) -> &Vec<FormatDesc> { in input_formats()42 pub fn output_formats(&self) -> &Vec<FormatDesc> { in output_formats()
249 pub struct FormatDesc { struct256 impl Response for FormatDesc { implementation
20 struct FormatDesc struct22 GLenum format;23 GLsizei blockX;24 GLsizei blockY;25 GLsizei size;27 bool isPVRTC1() const in isPVRTC1()32 bool mayBeEmulated() const in mayBeEmulated()
25 func FormatDesc(desc []string) string { func
119 func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) { func
133 ) -> FormatDesc { in from_pixel_format()